Html Css Color HEX #F2C8DB Classic Rose

📋 copy color: '#F2C8DB'

red 242 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #F2C8DB

Tints of Classic Rose #F2C8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.13%

R = 36.61%
G = 30.26%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2C8DB (or 0xF2C8DB) is known color: Classic Rose. HEX triplet: F2, C8 and DB. RGB value is (242,200,219). Sum of RGB (Red+Green+Blue) = 242+200+219=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8DB is #0D3724. Grayscale: #D6D6D6. Windows color (decimal): -866085 or 14403826. OLE color: 14403826.

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

Color convert

RGB 242 200 219 -
CMYK 0 0.17 0.10 0.05
HSL 332.86º 0.62% 0.87% -
HSV(B) 332.86º 0.17% 0.95% -
XYZ 70.06 65.3 75.93 -
YUV 214.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 242 200 219 0 0.17 0.10 0.05 332.86 0.62 0.87
Hex F2 C8 DB 0 11 A 5 14D 3E 57
Octal 362 310 333 0 21 12 5 515 76 127
Binary 11110010 11001000 11011011 0 10001 1010 101 101001101 111110 1010111

Color Harmonies of #F2C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8DB

Black with #F2C8DB

Text Example


Text Example

White with #F2C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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