#F1CBE8

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

Shades of Classic Rose #F1CBE8

Tints of Classic Rose #F1CBE8

Color information

#F1CBE8 (or 0xF1CBE8) is unknown color: approx Classic Rose. HEX triplet: F1, CB and E8. RGB value is (241,203,232). Sum of RGB (Red+Green+Blue) = 241+203+232=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE8 is #0E3417. Grayscale: #D9D9D9. Windows color (decimal): -930840 or 15256561. OLE color: 15256561.

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

Color convert

RGB241203232-
CMYK00.160.040.05
HSL314.21º57.58%87.06%-
HSV(B)314.21º15.77%94.51%-
XYZ72.267.2485.52-
YUV217.67136.09144.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 203 (79.69% from 255) = 30.03%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=35.65%
G=30.03%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120323200.160.040.05314.2157.5887.06
HexF1CBE80104513a3a57
Octal3613133500204547272127
Binary1111000111001011111010000100001001011001110101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBE8; }

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

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

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

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

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

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

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

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