Html Css Color HEX #F2C1D3 Classic Rose

📋 copy color: '#F2C1D3'

red 242 ◦ green 193 ◦ blue 211

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

Shades of Classic Rose #F2C1D3

Tints of Classic Rose #F2C1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.66%

R = 37.46%
G = 29.88%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2C1D3 (or 0xF2C1D3) is known color: Classic Rose. HEX triplet: F2, C1 and D3. RGB value is (242,193,211). Sum of RGB (Red+Green+Blue) = 242+193+211=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1D3 is #0D3E2C. Grayscale: #D1D1D1. Windows color (decimal): -867885 or 13877746. OLE color: 13877746.

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

Color convert

RGB 242 193 211 -
CMYK 0 0.20 0.13 0.05
HSL 337.96º 0.65% 0.85% -
HSV(B) 337.96º 0.2% 0.95% -
XYZ 67.45 61.72 69.99 -
YUV 209.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 242 193 211 0 0.20 0.13 0.05 337.96 0.65 0.85
Hex F2 C1 D3 0 14 D 5 152 41 55
Octal 362 301 323 0 24 15 5 522 101 125
Binary 11110010 11000001 11010011 0 10100 1101 101 101010010 1000001 1010101

Color Harmonies of #F2C1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1D3

Black with #F2C1D3

Text Example


Text Example

White with #F2C1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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