#F8BCE1

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

Shades of Classic Rose #F8BCE1

Tints of Classic Rose #F8BCE1

Color information

#F8BCE1 (or 0xF8BCE1) is unknown color: approx Classic Rose. HEX triplet: F8, BC and E1. RGB value is (248,188,225). Sum of RGB (Red+Green+Blue) = 248+188+225=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCE1 is #07431E. Grayscale: #D2D2D2. Windows color (decimal): -475935 or 14793976. OLE color: 14793976.

HSL color Cylindrical-coordinate representation of color #F8BCE1: hue angle of 323º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCE1 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248188225-
CMYK00.240.090.03
HSL323º81.08%85.49%-
HSV(B)323º24.19%97.25%-
XYZ70.2961.3679.37-
YUV210.16136.38154.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=37.52%
G=28.44%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818822500.240.090.0332381.0885.49
HexF8BCE1018931435155
Octal370274341030113503121125
Binary11111000101111001110000101100010011110100001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCE1; }

 p { color: rgb(248,188,225); }

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

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

 a { background-color: rgb(248,188,225); }

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

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

 span { border-color: rgb(248,188,225); }

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