#F3D4DC

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

Shades of Cherub #F3D4DC

Tints of Cherub #F3D4DC

Color information

#F3D4DC (or 0xF3D4DC) is unknown color: approx Cherub. HEX triplet: F3, D4 and DC. RGB value is (243,212,220). Sum of RGB (Red+Green+Blue) = 243+212+220=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4DC is #0C2B23. Grayscale: #DEDEDE. Windows color (decimal): -797476 or 14472435. OLE color: 14472435.

HSL color Cylindrical-coordinate representation of color #F3D4DC: hue angle of 344.52º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D4DC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243212220-
CMYK00.130.090.05
HSL344.52º56.36%89.22%-
HSV(B)344.52º12.76%95.29%-
XYZ73.4271.3177.6-
YUV222.18126.77142.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36%
GREEN value IS 212 (83.20% from 255) = 31.41%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=36%
G=31.41%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321222000.130.090.05344.5256.3689.22
HexF3D4DC0D951593859
Octal36332433401511553170131
Binary1111001111010100110111000110110011011010110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4DC; }

 p { color: rgb(243,212,220); }

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

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

 a { background-color: rgb(243,212,220); }

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

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

 span { border-color: rgb(243,212,220); }

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