#F4BCE1

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

Shades of Classic Rose #F4BCE1

Tints of Classic Rose #F4BCE1

Color information

#F4BCE1 (or 0xF4BCE1) is unknown color: approx Classic Rose. HEX triplet: F4, BC and E1. RGB value is (244,188,225). Sum of RGB (Red+Green+Blue) = 244+188+225=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCE1 is #0B431E. Grayscale: #D0D0D0. Windows color (decimal): -738079 or 14793972. OLE color: 14793972.

HSL color Cylindrical-coordinate representation of color #F4BCE1: hue angle of 320.36º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCE1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB244188225-
CMYK00.230.080.04
HSL320.36º71.79%84.71%-
HSV(B)320.36º22.95%95.69%-
XYZ68.8860.6479.31-
YUV208.96137.05152.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.14%
GREEN value IS 188 (73.83% from 255) = 28.61%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=37.14%
G=28.61%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418822500.230.080.04320.3671.7984.71
HexF4BCE1017841404855
Octal364274341027104500110125
Binary111101001011110011100001010111100010010100000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCE1; }

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

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

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

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

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

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

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

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