#F4D1DF

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

Shades of Classic Rose #F4D1DF

Tints of Classic Rose #F4D1DF

Color information

#F4D1DF (or 0xF4D1DF) is unknown color: approx Classic Rose. HEX triplet: F4, D1 and DF. RGB value is (244,209,223). Sum of RGB (Red+Green+Blue) = 244+209+223=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1DF is #0B2E20. Grayscale: #DDDDDD. Windows color (decimal): -732705 or 14668276. OLE color: 14668276.

HSL color Cylindrical-coordinate representation of color #F4D1DF: hue angle of 336º 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 #F4D1DF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244209223-
CMYK00.140.090.04
HSL336º61.4%88.82%-
HSV(B)336º14.34%95.69%-
XYZ73.4370.1679.48-
YUV221.06129.1144.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.09%
GREEN value IS 209 (82.03% from 255) = 30.92%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=36.09%
G=30.92%
B=32.99%

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
Decimal24420922300.140.090.0433661.488.82
HexF4D1DF0E941503d59
Octal36432133701611452075131
Binary1111010011010001110111110111010011001010100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D1DF; }

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

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

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

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

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

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

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

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