Html Css Color HEX #F2C8DD Classic Rose

📋 copy color: '#F2C8DD'

red 242 ◦ green 200 ◦ blue 221

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

Shades of Classic Rose #F2C8DD

Tints of Classic Rose #F2C8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.17%

 BLUE value IS 221 (86.72% from 255) = 33.33%

R = 36.5%
G = 30.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2C8DD (or 0xF2C8DD) is known color: Classic Rose. HEX triplet: F2, C8 and DD. RGB value is (242,200,221). Sum of RGB (Red+Green+Blue) = 242+200+221=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8DD is #0D3722. Grayscale: #D6D6D6. Windows color (decimal): -866083 or 14534898. OLE color: 14534898.

HSL color Cylindrical-coordinate representation of color #F2C8DD: hue angle of 330º degrees, saturation: 0.62, 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 #F2C8DD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 221 -
CMYK 0 0.17 0.09 0.05
HSL 330º 0.62% 0.87% -
HSV(B) 330º 0.17% 0.95% -
XYZ 70.32 65.41 77.32 -
YUV 214.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 242 200 221 0 0.17 0.09 0.05 330 0.62 0.87
Hex F2 C8 DD 0 11 9 5 14A 3E 57
Octal 362 310 335 0 21 11 5 512 76 127
Binary 11110010 11001000 11011101 0 10001 1001 101 101001010 111110 1010111

Color Harmonies of #F2C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8DD

Black with #F2C8DD

Text Example


Text Example

White with #F2C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8DD; }

 p { color: rgb(242,200,221); }

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

background-color css

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

 a { background-color: rgb(242,200,221); }

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

border-color css

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

 span { border-color: rgb(242,200,221); }

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