#F1CBE3

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

Shades of Classic Rose #F1CBE3

Tints of Classic Rose #F1CBE3

Color information

#F1CBE3 (or 0xF1CBE3) is unknown color: approx Classic Rose. HEX triplet: F1, CB and E3. RGB value is (241,203,227). Sum of RGB (Red+Green+Blue) = 241+203+227=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBE3 is #0E341C. Grayscale: #D9D9D9. Windows color (decimal): -930845 or 14928881. OLE color: 14928881.

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

Color convert

RGB241203227-
CMYK00.160.060.05
HSL322.11º57.58%87.06%-
HSV(B)322.11º15.77%94.51%-
XYZ71.566.9681.83-
YUV217.1133.59145.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=35.92%
G=30.25%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120322700.160.060.05322.1157.5887.06
HexF1CBE3010651423a57
Octal3613133430206550272127
Binary1111000111001011111000110100001101011010000101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBE3; }

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

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

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

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

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

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

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

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