#fdffc5

Color #FDFFC5 Carla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carla #FDFFC5

Tints of Carla #FDFFC5

Color information

#FDFFC5 (or 0xFDFFC5) is unknown color: approx Carla. HEX triplet: FD, FF and C5. RGB value is (253,255,197). Sum of RGB (Red+Green+Blue) = 253+255+197=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 197 (77.34% from 255 or 27.94% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC5 is #02003A. Grayscale: #F8F8F8. Windows color (decimal): -131131 or 12976125. OLE color: 12976125.

HSL color Cylindrical-coordinate representation of color #FDFFC5: hue angle of 62.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB253255197-
CMYK0.0100.230
HSL62.07º100%88.63%-
HSV(B)62.07º22.75%100%-
XYZ86.3596.4366.89-
YUV247.7999.34131.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 197 (77.34% from 255) = 27.94%
R=35.89%
G=36.17%
B=27.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551970.0100.23062.0710088.63
HexFDFFC5101703e6459
Octal3753773051027076144131
Binary1111110111111111110001011010111011111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdffc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdffc5; }

 p { color: rgb(253,255,197); }

 H1.HeaderClassName
 {
   color: #fdffc5;
 }
 .AnyTagClassName
 {
   color: #fdffc5;
 }
</style>
background-color css

<style>
 a { background-color: #fdffc5; }

 a { background-color: rgb(253,255,197); }

 div.DivClassName
 {
   background-color: #fdffc5;
 }
 .BgClassName
 {
   background-color: #fdffc5;
 }
</style>
border-color css

<style>
 span { border-color: #fdffc5; }

 span { border-color: rgb(253,255,197); }

 td.TdClassName
 {
   border-color: #fdffc5;
 }
 .TagClassName
 {
   border-color: #fdffc5;
 }
</style>