#FAFFCC

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

Shades of Carla #FAFFCC

Tints of Carla #FAFFCC

Color information

#FAFFCC (or 0xFAFFCC) is unknown color: approx Carla. HEX triplet: FA, FF and CC. RGB value is (250,255,204). Sum of RGB (Red+Green+Blue) = 250+255+204=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 204 (80.08% from 255 or 28.77% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCC is #050033. Grayscale: #F7F7F7. Windows color (decimal): -327732 or 13434874. OLE color: 13434874.

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

Color convert

RGB250255204-
CMYK0.0200.20
HSL65.88º100%90%-
HSV(B)65.88º20%100%-
XYZ86.0896.271.16-
YUV247.69103.34129.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 204 (80.08% from 255) = 28.77%
R=35.26%
G=35.97%
B=28.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552040.0200.2065.8810090
HexFAFFCC2014042645a
Octal37237731420240102144132
Binary111110101111111111001100100101000100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFCC; }

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

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

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

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

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

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

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

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