Html Css Color HEX #F2D2DE Classic Rose

📋 copy color: '#F2D2DE'

red 242 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #F2D2DE

Tints of Classic Rose #F2D2DE

RGB

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

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

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

R = 35.91%
G = 31.16%
B = 32.94%

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

#F2D2DE (or 0xF2D2DE) is known color: Classic Rose. HEX triplet: F2, D2 and DE. RGB value is (242,210,222). Sum of RGB (Red+Green+Blue) = 242+210+222=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2DE is #0D2D21. Grayscale: #DCDCDC. Windows color (decimal): -863522 or 14602994. OLE color: 14602994.

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

Color convert

RGB 242 210 222 -
CMYK 0 0.13 0.08 0.05
HSL 337.5º 0.55% 0.89% -
HSV(B) 337.5º 0.13% 0.95% -
XYZ 72.85 70.24 78.83 -
YUV 220.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 242 210 222 0 0.13 0.08 0.05 337.5 0.55 0.89
Hex F2 D2 DE 0 D 8 5 152 37 59
Octal 362 322 336 0 15 10 5 522 67 131
Binary 11110010 11010010 11011110 0 1101 1000 101 101010010 110111 1011001

Color Harmonies of #F2D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D2DE

Black with #F2D2DE

Text Example


Text Example

White with #F2D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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