#FAFDCA

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

Shades of Carla #FAFDCA

Tints of Carla #FAFDCA

Color information

#FAFDCA (or 0xFAFDCA) is unknown color: approx Carla. HEX triplet: FA, FD and CA. RGB value is (250,253,202). Sum of RGB (Red+Green+Blue) = 250+253+202=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDCA is #050235. Grayscale: #F6F6F6. Windows color (decimal): -328246 or 13303290. OLE color: 13303290.

HSL color Cylindrical-coordinate representation of color #FAFDCA: hue angle of 63.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFDCA is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB250253202-
CMYK0.0100.200.01
HSL63.53º92.73%89.22%-
HSV(B)63.53º20.16%99.22%-
XYZ85.2194.8469.69-
YUV246.29103.01130.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 202 (79.30% from 255) = 28.65%
R=35.46%
G=35.89%
B=28.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532020.0100.200.0163.5392.7389.22
HexFAFDCA10141405d59
Octal37237531210241100135131
Binary11111010111111011100101010101001100000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDCA; }

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

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

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

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

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

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

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

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