Html Css Color HEX #F1C0D9 Classic Rose

📋 copy color: '#F1C0D9'

red 241 ◦ green 192 ◦ blue 217

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

Shades of Classic Rose #F1C0D9

Tints of Classic Rose #F1C0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.54%

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

R = 37.08%
G = 29.54%
B = 33.38%

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

#F1C0D9 (or 0xF1C0D9) is known color: Classic Rose. HEX triplet: F1, C0 and D9. RGB value is (241,192,217). Sum of RGB (Red+Green+Blue) = 241+192+217=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0D9 is #0E3F26. Grayscale: #D1D1D1. Windows color (decimal): -933671 or 14270705. OLE color: 14270705.

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

Color convert

RGB 241 192 217 -
CMYK 0 0.20 0.10 0.05
HSL 329.39º 0.64% 0.85% -
HSV(B) 329.39º 0.2% 0.95% -
XYZ 67.65 61.41 73.93 -
YUV 209.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 241 192 217 0 0.20 0.10 0.05 329.39 0.64 0.85
Hex F1 C0 D9 0 14 A 5 149 40 55
Octal 361 300 331 0 24 12 5 511 100 125
Binary 11110001 11000000 11011001 0 10100 1010 101 101001001 1000000 1010101

Color Harmonies of #F1C0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0D9

Black with #F1C0D9

Text Example


Text Example

White with #F1C0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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