Html Css Color HEX #F1D0DE Classic Rose

📋 copy color: '#F1D0DE'

red 241 ◦ green 208 ◦ blue 222

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

Shades of Classic Rose #F1D0DE

Tints of Classic Rose #F1D0DE

RGB

 RED value IS 241 (94.53% from 255) = 35.92%

 GREEN value IS 208 (81.64% from 255) = 31%

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 35.92%
G = 31%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1D0DE (or 0xF1D0DE) is known color: Classic Rose. HEX triplet: F1, D0 and DE. RGB value is (241,208,222). Sum of RGB (Red+Green+Blue) = 241+208+222=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0DE is #0E2F21. Grayscale: #DBDBDB. Windows color (decimal): -929570 or 14602481. OLE color: 14602481.

HSL color Cylindrical-coordinate representation of color #F1D0DE: hue angle of 334.55º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0DE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 222 -
CMYK 0 0.14 0.08 0.05
HSL 334.55º 0.54% 0.88% -
HSV(B) 334.55º 0.14% 0.95% -
XYZ 72.02 69.09 78.65 -
YUV 219.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 241 208 222 0 0.14 0.08 0.05 334.55 0.54 0.88
Hex F1 D0 DE 0 E 8 5 14F 36 58
Octal 361 320 336 0 16 10 5 517 66 130
Binary 11110001 11010000 11011110 0 1110 1000 101 101001111 110110 1011000

Color Harmonies of #F1D0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0DE

Black with #F1D0DE

Text Example


Text Example

White with #F1D0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0DE; }

 p { color: rgb(241,208,222); }

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

background-color css

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

 a { background-color: rgb(241,208,222); }

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

border-color css

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

 span { border-color: rgb(241,208,222); }

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