Html Css Color HEX #F1C2D9 Classic Rose

📋 copy color: '#F1C2D9'

red 241 ◦ green 194 ◦ blue 217

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

Shades of Classic Rose #F1C2D9

Tints of Classic Rose #F1C2D9

RGB

 RED value IS 241 (94.53% from 255) = 36.96%

 GREEN value IS 194 (76.17% from 255) = 29.75%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 36.96%
G = 29.75%
B = 33.28%

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

#F1C2D9 (or 0xF1C2D9) is known color: Classic Rose. HEX triplet: F1, C2 and D9. RGB value is (241,194,217). Sum of RGB (Red+Green+Blue) = 241+194+217=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2D9 is #0E3D26. Grayscale: #D2D2D2. Windows color (decimal): -933159 or 14271217. OLE color: 14271217.

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

Color convert

RGB 241 194 217 -
CMYK 0 0.20 0.10 0.05
HSL 330.64º 0.63% 0.85% -
HSV(B) 330.64º 0.2% 0.95% -
XYZ 68.09 62.29 74.08 -
YUV 210.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 241 194 217 0 0.20 0.10 0.05 330.64 0.63 0.85
Hex F1 C2 D9 0 14 A 5 14B 3F 55
Octal 361 302 331 0 24 12 5 513 77 125
Binary 11110001 11000010 11011001 0 10100 1010 101 101001011 111111 1010101

Color Harmonies of #F1C2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C2D9

Black with #F1C2D9

Text Example


Text Example

White with #F1C2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C2D9; }

 p { color: rgb(241,194,217); }

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

background-color css

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

 a { background-color: rgb(241,194,217); }

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

border-color css

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

 span { border-color: rgb(241,194,217); }

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