#F1D7DF

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

Shades of Cherub #F1D7DF

Tints of Cherub #F1D7DF

Color information

#F1D7DF (or 0xF1D7DF) is unknown color: approx Cherub. HEX triplet: F1, D7 and DF. RGB value is (241,215,223). Sum of RGB (Red+Green+Blue) = 241+215+223=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DF is #0E2820. Grayscale: #DFDFDF. Windows color (decimal): -927777 or 14669809. OLE color: 14669809.

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

Color convert

RGB241215223-
CMYK00.110.070.05
HSL341.54º48.15%89.41%-
HSV(B)341.54º10.79%94.51%-
XYZ73.972.6379.94-
YUV223.69127.61140.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=35.49%
G=31.66%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121522300.110.070.05341.5448.1589.41
HexF1D7DF0B751563059
Octal3613273370137552660131
Binary111100011101011111011111010111111011010101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7DF; }

 p { color: rgb(241,215,223); }

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

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

 a { background-color: rgb(241,215,223); }

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

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

 span { border-color: rgb(241,215,223); }

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