#F1CBD9

Color #F1CBD9 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F1CBD9

Tints of Classic Rose #F1CBD9

Color information

#F1CBD9 (or 0xF1CBD9) is unknown color: approx Classic Rose. HEX triplet: F1, CB and D9. RGB value is (241,203,217). Sum of RGB (Red+Green+Blue) = 241+203+217=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBD9 is #0E3426. Grayscale: #D7D7D7. Windows color (decimal): -930855 or 14273521. OLE color: 14273521.

HSL color Cylindrical-coordinate representation of color #F1CBD9: hue angle of 337.89º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBD9 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241203217-
CMYK00.160.100.05
HSL337.89º57.58%87.06%-
HSV(B)337.89º15.77%94.51%-
XYZ70.1666.4274.77-
YUV215.96128.59145.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=36.46%
G=30.71%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120321700.160.100.05337.8957.5887.06
HexF1CBD9010A51523a57
Octal36131333102012552272127
Binary11110001110010111101100101000010101011010100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBD9; }

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

 H1.HeaderClassName
 {
   color: #F1CBD9;
 }
 .AnyTagClassName
 {
   color: #F1CBD9;
 }
</style>
background-color css

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

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

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

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

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

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