#F1BCE0

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

Shades of Classic Rose #F1BCE0

Tints of Classic Rose #F1BCE0

Color information

#F1BCE0 (or 0xF1BCE0) is unknown color: approx Classic Rose. HEX triplet: F1, BC and E0. RGB value is (241,188,224). Sum of RGB (Red+Green+Blue) = 241+188+224=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE0 is #0E431F. Grayscale: #CFCFCF. Windows color (decimal): -934688 or 14728433. OLE color: 14728433.

HSL color Cylindrical-coordinate representation of color #F1BCE0: hue angle of 319.25º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCE0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241188224-
CMYK00.220.070.05
HSL319.25º65.43%84.12%-
HSV(B)319.25º21.99%94.51%-
XYZ67.7160.0578.54-
YUV207.95137.06151.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=36.91%
G=28.79%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118822400.220.070.05319.2565.4384.12
HexF1BCE00167513f4154
Octal36127434002675477101124
Binary11110001101111001110000001011011110110011111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCE0; }

 p { color: rgb(241,188,224); }

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

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

 a { background-color: rgb(241,188,224); }

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

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

 span { border-color: rgb(241,188,224); }

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