Html Css Color HEX #F0D1DF Classic Rose

📋 copy color: '#F0D1DF'

red 240 ◦ green 209 ◦ blue 223

#F0D1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F0D1DF

Tints of Classic Rose #F0D1DF

RGB

 RED value IS 240 (94.14% from 255) = 35.71%

 GREEN value IS 209 (82.03% from 255) = 31.1%

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 35.71%
G = 31.1%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0D1DF (or 0xF0D1DF) is known color: Classic Rose. HEX triplet: F0, D1 and DF. RGB value is (240,209,223). Sum of RGB (Red+Green+Blue) = 240+209+223=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DF is #0F2E20. Grayscale: #DBDBDB. Windows color (decimal): -994849 or 14668272. OLE color: 14668272.

HSL color Cylindrical-coordinate representation of color #F0D1DF: hue angle of 332.9º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D1DF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 223 -
CMYK 0 0.13 0.07 0.06
HSL 332.9º 0.51% 0.88% -
HSV(B) 332.9º 0.13% 0.94% -
XYZ 72.05 69.45 79.42 -
YUV 219.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 240 209 223 0 0.13 0.07 0.06 332.9 0.51 0.88
Hex F0 D1 DF 0 D 7 6 14D 33 58
Octal 360 321 337 0 15 7 6 515 63 130
Binary 11110000 11010001 11011111 0 1101 111 110 101001101 110011 1011000

Color Harmonies of #F0D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1DF

Black with #F0D1DF

Text Example


Text Example

White with #F0D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1DF; }

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

 H1.HeaderClassName
 {
   color: #F0D1DF;
 }
 .AnyTagClassName
 {
   color: #F0D1DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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