#F4D2DF

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

Shades of Classic Rose #F4D2DF

Tints of Classic Rose #F4D2DF

Color information

#F4D2DF (or 0xF4D2DF) is unknown color: approx Classic Rose. HEX triplet: F4, D2 and DF. RGB value is (244,210,223). Sum of RGB (Red+Green+Blue) = 244+210+223=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D2DF is #0B2D20. Grayscale: #DDDDDD. Windows color (decimal): -732449 or 14668532. OLE color: 14668532.

HSL color Cylindrical-coordinate representation of color #F4D2DF: hue angle of 337.06º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D2DF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244210223-
CMYK00.140.090.04
HSL337.06º60.71%89.02%-
HSV(B)337.06º13.93%95.69%-
XYZ73.6770.6579.57-
YUV221.65128.76143.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.04%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=36.04%
G=31.02%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421022300.140.090.04337.0660.7189.02
HexF4D2DF0E941513d59
Octal36432233701611452175131
Binary1111010011010010110111110111010011001010100011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D2DF; }

 p { color: rgb(244,210,223); }

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

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

 a { background-color: rgb(244,210,223); }

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

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

 span { border-color: rgb(244,210,223); }

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