#FAFDCC

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

Shades of Carla #FAFDCC

Tints of Carla #FAFDCC

Color information

#FAFDCC (or 0xFAFDCC) is unknown color: approx Carla. HEX triplet: FA, FD and CC. RGB value is (250,253,204). Sum of RGB (Red+Green+Blue) = 250+253+204=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 204 (80.08% from 255 or 28.85% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDCC is #050233. Grayscale: #F6F6F6. Windows color (decimal): -328244 or 13434362. OLE color: 13434362.

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

Color convert

RGB250253204-
CMYK0.0100.190.01
HSL63.67º92.45%89.61%-
HSV(B)63.67º19.37%99.22%-
XYZ85.4594.9370.95-
YUV246.52104.01130.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 204 (80.08% from 255) = 28.85%
R=35.36%
G=35.79%
B=28.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532040.0100.190.0163.6792.4589.61
HexFAFDCC10131405c5a
Octal37237531410231100134132
Binary11111010111111011100110010100111100000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDCC; }

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

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

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

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

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

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

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

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