Html Css Color HEX #F2C8DC Classic Rose

📋 copy color: '#F2C8DC'

red 242 ◦ green 200 ◦ blue 220

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

Shades of Classic Rose #F2C8DC

Tints of Classic Rose #F2C8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 36.56%
G = 30.21%
B = 33.23%

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

#F2C8DC (or 0xF2C8DC) is known color: Classic Rose. HEX triplet: F2, C8 and DC. RGB value is (242,200,220). Sum of RGB (Red+Green+Blue) = 242+200+220=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8DC is #0D3723. Grayscale: #D6D6D6. Windows color (decimal): -866084 or 14469362. OLE color: 14469362.

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

Color convert

RGB 242 200 220 -
CMYK 0 0.17 0.09 0.05
HSL 331.43º 0.62% 0.87% -
HSV(B) 331.43º 0.17% 0.95% -
XYZ 70.19 65.35 76.63 -
YUV 214.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 242 200 220 0 0.17 0.09 0.05 331.43 0.62 0.87
Hex F2 C8 DC 0 11 9 5 14B 3E 57
Octal 362 310 334 0 21 11 5 513 76 127
Binary 11110010 11001000 11011100 0 10001 1001 101 101001011 111110 1010111

Color Harmonies of #F2C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8DC

Black with #F2C8DC

Text Example


Text Example

White with #F2C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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