Html Css Color HEX #F2C1DC Classic Rose

📋 copy color: '#F2C1DC'

red 242 ◦ green 193 ◦ blue 220

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

Shades of Classic Rose #F2C1DC

Tints of Classic Rose #F2C1DC

RGB

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

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

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

R = 36.95%
G = 29.47%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2C1DC (or 0xF2C1DC) is known color: Classic Rose. HEX triplet: F2, C1 and DC. RGB value is (242,193,220). Sum of RGB (Red+Green+Blue) = 242+193+220=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1DC is #0D3E23. Grayscale: #D2D2D2. Windows color (decimal): -867876 or 14467570. OLE color: 14467570.

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

Color convert

RGB 242 193 220 -
CMYK 0 0.20 0.09 0.05
HSL 326.94º 0.65% 0.85% -
HSV(B) 326.94º 0.2% 0.95% -
XYZ 68.61 62.18 76.1 -
YUV 210.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 242 193 220 0 0.20 0.09 0.05 326.94 0.65 0.85
Hex F2 C1 DC 0 14 9 5 147 41 55
Octal 362 301 334 0 24 11 5 507 101 125
Binary 11110010 11000001 11011100 0 10100 1001 101 101000111 1000001 1010101

Color Harmonies of #F2C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1DC

Black with #F2C1DC

Text Example


Text Example

White with #F2C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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