#FAFDC2

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

Shades of Carla #FAFDC2

Tints of Carla #FAFDC2

Color information

#FAFDC2 (or 0xFAFDC2) is unknown color: approx Carla. HEX triplet: FA, FD and C2. RGB value is (250,253,194). Sum of RGB (Red+Green+Blue) = 250+253+194=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC2 is #05023D. Grayscale: #F5F5F5. Windows color (decimal): -328254 or 12779002. OLE color: 12779002.

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

Color convert

RGB250253194-
CMYK0.0100.230.01
HSL63.05º93.65%87.65%-
HSV(B)63.05º23.32%99.22%-
XYZ84.2994.4764.83-
YUV245.3899.01131.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 194 (76.17% from 255) = 27.83%
R=35.87%
G=36.30%
B=27.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531940.0100.230.0163.0593.6587.65
HexFAFDC2101713f5e58
Octal3723753021027177136130
Binary1111101011111101110000101010111111111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDC2; }

 p { color: rgb(250,253,194); }

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

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

 a { background-color: rgb(250,253,194); }

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

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

 span { border-color: rgb(250,253,194); }

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