Html Css Color HEX #F2D1DE Classic Rose

📋 copy color: '#F2D1DE'

red 242 ◦ green 209 ◦ blue 222

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

Shades of Classic Rose #F2D1DE

Tints of Classic Rose #F2D1DE

RGB

 RED value IS 242 (94.92% from 255) = 35.96%

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

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

R = 35.96%
G = 31.05%
B = 32.99%

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

#F2D1DE (or 0xF2D1DE) is known color: Classic Rose. HEX triplet: F2, D1 and DE. RGB value is (242,209,222). Sum of RGB (Red+Green+Blue) = 242+209+222=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DE is #0D2E21. Grayscale: #DCDCDC. Windows color (decimal): -863778 or 14602738. OLE color: 14602738.

HSL color Cylindrical-coordinate representation of color #F2D1DE: hue angle of 336.36º degrees, saturation: 0.56, 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 #F2D1DE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 209 222 -
CMYK 0 0.14 0.08 0.05
HSL 336.36º 0.56% 0.88% -
HSV(B) 336.36º 0.14% 0.95% -
XYZ 72.6 69.75 78.74 -
YUV 220.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 242 209 222 0 0.14 0.08 0.05 336.36 0.56 0.88
Hex F2 D1 DE 0 E 8 5 150 38 58
Octal 362 321 336 0 16 10 5 520 70 130
Binary 11110010 11010001 11011110 0 1110 1000 101 101010000 111000 1011000

Color Harmonies of #F2D1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1DE

Black with #F2D1DE

Text Example


Text Example

White with #F2D1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1DE; }

 p { color: rgb(242,209,222); }

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

background-color css

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

 a { background-color: rgb(242,209,222); }

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

border-color css

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

 span { border-color: rgb(242,209,222); }

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