Html Css Color HEX #F1C0DC Classic Rose

📋 copy color: '#F1C0DC'

red 241 ◦ green 192 ◦ blue 220

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

Shades of Classic Rose #F1C0DC

Tints of Classic Rose #F1C0DC

RGB

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

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

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

R = 36.91%
G = 29.4%
B = 33.69%

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

#F1C0DC (or 0xF1C0DC) is known color: Classic Rose. HEX triplet: F1, C0 and DC. RGB value is (241,192,220). Sum of RGB (Red+Green+Blue) = 241+192+220=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0DC is #0E3F23. Grayscale: #D1D1D1. Windows color (decimal): -933668 or 14467313. OLE color: 14467313.

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

Color convert

RGB 241 192 220 -
CMYK 0 0.20 0.09 0.05
HSL 325.71º 0.64% 0.85% -
HSV(B) 325.71º 0.2% 0.95% -
XYZ 68.04 61.57 76.01 -
YUV 209.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 241 192 220 0 0.20 0.09 0.05 325.71 0.64 0.85
Hex F1 C0 DC 0 14 9 5 146 40 55
Octal 361 300 334 0 24 11 5 506 100 125
Binary 11110001 11000000 11011100 0 10100 1001 101 101000110 1000000 1010101

Color Harmonies of #F1C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0DC

Black with #F1C0DC

Text Example


Text Example

White with #F1C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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