Html Css Color HEX #F2C7DB Classic Rose

📋 copy color: '#F2C7DB'

red 242 ◦ green 199 ◦ blue 219

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

Shades of Classic Rose #F2C7DB

Tints of Classic Rose #F2C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.15%

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

R = 36.67%
G = 30.15%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2C7DB (or 0xF2C7DB) is known color: Classic Rose. HEX triplet: F2, C7 and DB. RGB value is (242,199,219). Sum of RGB (Red+Green+Blue) = 242+199+219=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7DB is #0D3824. Grayscale: #D6D6D6. Windows color (decimal): -866341 or 14403570. OLE color: 14403570.

HSL color Cylindrical-coordinate representation of color #F2C7DB: hue angle of 332.09º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C7DB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 219 -
CMYK 0 0.18 0.10 0.05
HSL 332.09º 0.62% 0.86% -
HSV(B) 332.09º 0.18% 0.95% -
XYZ 69.83 64.84 75.85 -
YUV 214.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 242 199 219 0 0.18 0.10 0.05 332.09 0.62 0.86
Hex F2 C7 DB 0 12 A 5 14C 3E 56
Octal 362 307 333 0 22 12 5 514 76 126
Binary 11110010 11000111 11011011 0 10010 1010 101 101001100 111110 1010110

Color Harmonies of #F2C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7DB

Black with #F2C7DB

Text Example


Text Example

White with #F2C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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