#F1CBE6

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

Shades of Classic Rose #F1CBE6

Tints of Classic Rose #F1CBE6

Color information

#F1CBE6 (or 0xF1CBE6) is unknown color: approx Classic Rose. HEX triplet: F1, CB and E6. RGB value is (241,203,230). Sum of RGB (Red+Green+Blue) = 241+203+230=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE6 is #0E3419. Grayscale: #D9D9D9. Windows color (decimal): -930842 or 15125489. OLE color: 15125489.

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

Color convert

RGB241203230-
CMYK00.160.050.05
HSL317.37º57.58%87.06%-
HSV(B)317.37º15.77%94.51%-
XYZ71.9167.1384.03-
YUV217.44135.09144.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=35.76%
G=30.12%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120323000.160.050.05317.3757.5887.06
HexF1CBE60105513d3a57
Octal3613133460205547572127
Binary1111000111001011111001100100001011011001111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBE6; }

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

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

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

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

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

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

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

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