Html Css Color HEX #F2C9DE Classic Rose

📋 copy color: '#F2C9DE'

red 242 ◦ green 201 ◦ blue 222

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

Shades of Classic Rose #F2C9DE

Tints of Classic Rose #F2C9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.23%

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

R = 36.39%
G = 30.23%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2C9DE (or 0xF2C9DE) is known color: Classic Rose. HEX triplet: F2, C9 and DE. RGB value is (242,201,222). Sum of RGB (Red+Green+Blue) = 242+201+222=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9DE is #0D3621. Grayscale: #D7D7D7. Windows color (decimal): -865826 or 14600690. OLE color: 14600690.

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

Color convert

RGB 242 201 222 -
CMYK 0 0.17 0.08 0.05
HSL 329.27º 0.61% 0.87% -
HSV(B) 329.27º 0.17% 0.95% -
XYZ 70.69 65.92 78.11 -
YUV 215.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 242 201 222 0 0.17 0.08 0.05 329.27 0.61 0.87
Hex F2 C9 DE 0 11 8 5 149 3D 57
Octal 362 311 336 0 21 10 5 511 75 127
Binary 11110010 11001001 11011110 0 10001 1000 101 101001001 111101 1010111

Color Harmonies of #F2C9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9DE

Black with #F2C9DE

Text Example


Text Example

White with #F2C9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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