#FAFFCA

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

Shades of Carla #FAFFCA

Tints of Carla #FAFFCA

Color information

#FAFFCA (or 0xFAFFCA) is unknown color: approx Carla. HEX triplet: FA, FF and CA. RGB value is (250,255,202). Sum of RGB (Red+Green+Blue) = 250+255+202=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 202 (79.30% from 255 or 28.57% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCA is #050035. Grayscale: #F7F7F7. Windows color (decimal): -327734 or 13303802. OLE color: 13303802.

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

Color convert

RGB250255202-
CMYK0.0200.210
HSL65.66º100%89.61%-
HSV(B)65.66º20.78%100%-
XYZ85.8596.1169.9-
YUV247.46102.34129.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 202 (79.30% from 255) = 28.57%
R=35.36%
G=36.07%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552020.0200.21065.6610089.61
HexFAFFCA2015042645a
Octal37237731220250102144132
Binary111110101111111111001010100101010100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFCA; }

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

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

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

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

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

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

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

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