#FAFDC8

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

Shades of Carla #FAFDC8

Tints of Carla #FAFDC8

Color information

#FAFDC8 (or 0xFAFDC8) is unknown color: approx Carla. HEX triplet: FA, FD and C8. RGB value is (250,253,200). Sum of RGB (Red+Green+Blue) = 250+253+200=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 200 (78.52% from 255 or 28.45% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC8 is #050237. Grayscale: #F6F6F6. Windows color (decimal): -328248 or 13172218. OLE color: 13172218.

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

Color convert

RGB250253200-
CMYK0.0100.210.01
HSL63.4º92.98%88.82%-
HSV(B)63.4º20.95%99.22%-
XYZ84.9794.7468.45-
YUV246.06102.01130.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 200 (78.52% from 255) = 28.45%
R=35.56%
G=35.99%
B=28.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532000.0100.210.0163.492.9888.82
HexFAFDC8101513f5d59
Octal3723753101025177135131
Binary1111101011111101110010001010101111111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDC8; }

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

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

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

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

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

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

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

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