Html Css Color HEX #F1D2DE Classic Rose

📋 copy color: '#F1D2DE'

red 241 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #F1D2DE

Tints of Classic Rose #F1D2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.2%

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

R = 35.81%
G = 31.2%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1D2DE (or 0xF1D2DE) is known color: Classic Rose. HEX triplet: F1, D2 and DE. RGB value is (241,210,222). Sum of RGB (Red+Green+Blue) = 241+210+222=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2DE is #0E2D21. Grayscale: #DCDCDC. Windows color (decimal): -929058 or 14602993. OLE color: 14602993.

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

Color convert

RGB 241 210 222 -
CMYK 0 0.13 0.08 0.05
HSL 336.77º 0.53% 0.88% -
HSV(B) 336.77º 0.13% 0.95% -
XYZ 72.51 70.07 78.81 -
YUV 220.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 241 210 222 0 0.13 0.08 0.05 336.77 0.53 0.88
Hex F1 D2 DE 0 D 8 5 151 35 58
Octal 361 322 336 0 15 10 5 521 65 130
Binary 11110001 11010010 11011110 0 1101 1000 101 101010001 110101 1011000

Color Harmonies of #F1D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2DE

Black with #F1D2DE

Text Example


Text Example

White with #F1D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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