#FAFFD1

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

Shades of Carla #FAFFD1

Tints of Carla #FAFFD1

Color information

#FAFFD1 (or 0xFAFFD1) is unknown color: approx Carla. HEX triplet: FA, FF and D1. RGB value is (250,255,209). Sum of RGB (Red+Green+Blue) = 250+255+209=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 209 (82.03% from 255 or 29.27% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD1 is #05002E. Grayscale: #F8F8F8. Windows color (decimal): -327727 or 13762554. OLE color: 13762554.

HSL color Cylindrical-coordinate representation of color #FAFFD1: hue angle of 66.52º 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 #FAFFD1 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB250255209-
CMYK0.0200.180
HSL66.52º100%90.98%-
HSV(B)66.52º18.04%100%-
XYZ86.6996.4574.37-
YUV248.26105.84129.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 209 (82.03% from 255) = 29.27%
R=35.01%
G=35.71%
B=29.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552090.0200.18066.5210090.98
HexFAFFD12012043645b
Octal37237732120220103144133
Binary111110101111111111010001100100100100001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFD1; }

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

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

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

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

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

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

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

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