#FAFFD0

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

Shades of Carla #FAFFD0

Tints of Carla #FAFFD0

Color information

#FAFFD0 (or 0xFAFFD0) is unknown color: approx Carla. HEX triplet: FA, FF and D0. RGB value is (250,255,208). Sum of RGB (Red+Green+Blue) = 250+255+208=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 208 (81.64% from 255 or 29.17% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD0 is #05002F. Grayscale: #F8F8F8. Windows color (decimal): -327728 or 13697018. OLE color: 13697018.

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

Color convert

RGB250255208-
CMYK0.0200.180
HSL66.38º100%90.78%-
HSV(B)66.38º18.43%100%-
XYZ86.5796.473.72-
YUV248.15105.34129.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 208 (81.64% from 255) = 29.17%
R=35.06%
G=35.76%
B=29.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552080.0200.18066.3810090.78
HexFAFFD02012042645b
Octal37237732020220102144133
Binary111110101111111111010000100100100100001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFD0; }

 p { color: rgb(250,255,208); }

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

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

 a { background-color: rgb(250,255,208); }

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

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

 span { border-color: rgb(250,255,208); }

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