#F1CBE7

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

Shades of Classic Rose #F1CBE7

Tints of Classic Rose #F1CBE7

Color information

#F1CBE7 (or 0xF1CBE7) is unknown color: approx Classic Rose. HEX triplet: F1, CB and E7. RGB value is (241,203,231). Sum of RGB (Red+Green+Blue) = 241+203+231=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE7 is #0E3418. Grayscale: #D9D9D9. Windows color (decimal): -930841 or 15191025. OLE color: 15191025.

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

Color convert

RGB241203231-
CMYK00.160.040.05
HSL315.79º57.58%87.06%-
HSV(B)315.79º15.77%94.51%-
XYZ72.0667.1884.77-
YUV217.55135.59144.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=35.70%
G=30.07%
B=34.22%

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
Decimal24120323100.160.040.05315.7957.5887.06
HexF1CBE70104513c3a57
Octal3613133470204547472127
Binary1111000111001011111001110100001001011001111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBE7; }

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

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

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

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

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

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

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

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