Html Css Color HEX #F1C0DF Classic Rose

📋 copy color: '#F1C0DF'

red 241 ◦ green 192 ◦ blue 223

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

Shades of Classic Rose #F1C0DF

Tints of Classic Rose #F1C0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.99%

R = 36.74%
G = 29.27%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1C0DF (or 0xF1C0DF) is known color: Classic Rose. HEX triplet: F1, C0 and DF. RGB value is (241,192,223). Sum of RGB (Red+Green+Blue) = 241+192+223=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0DF is #0E3F20. Grayscale: #D2D2D2. Windows color (decimal): -933665 or 14663921. OLE color: 14663921.

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

Color convert

RGB 241 192 223 -
CMYK 0 0.20 0.07 0.05
HSL 322.04º 0.64% 0.85% -
HSV(B) 322.04º 0.2% 0.95% -
XYZ 68.44 61.73 78.12 -
YUV 210.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 241 192 223 0 0.20 0.07 0.05 322.04 0.64 0.85
Hex F1 C0 DF 0 14 7 5 142 40 55
Octal 361 300 337 0 24 7 5 502 100 125
Binary 11110001 11000000 11011111 0 10100 111 101 101000010 1000000 1010101

Color Harmonies of #F1C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0DF

Black with #F1C0DF

Text Example


Text Example

White with #F1C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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