Html Css Color HEX #F2C1DB Classic Rose

📋 copy color: '#F2C1DB'

red 242 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #F2C1DB

Tints of Classic Rose #F2C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

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

R = 37%
G = 29.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2C1DB (or 0xF2C1DB) is known color: Classic Rose. HEX triplet: F2, C1 and DB. RGB value is (242,193,219). Sum of RGB (Red+Green+Blue) = 242+193+219=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1DB is #0D3E24. Grayscale: #D2D2D2. Windows color (decimal): -867877 or 14402034. OLE color: 14402034.

HSL color Cylindrical-coordinate representation of color #F2C1DB: hue angle of 328.16º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C1DB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 219 -
CMYK 0 0.20 0.10 0.05
HSL 328.16º 0.65% 0.85% -
HSV(B) 328.16º 0.2% 0.95% -
XYZ 68.47 62.13 75.4 -
YUV 210.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 242 193 219 0 0.20 0.10 0.05 328.16 0.65 0.85
Hex F2 C1 DB 0 14 A 5 148 41 55
Octal 362 301 333 0 24 12 5 510 101 125
Binary 11110010 11000001 11011011 0 10100 1010 101 101001000 1000001 1010101

Color Harmonies of #F2C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1DB

Black with #F2C1DB

Text Example


Text Example

White with #F2C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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