#F4BBE0

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

Shades of Classic Rose #F4BBE0

Tints of Classic Rose #F4BBE0

Color information

#F4BBE0 (or 0xF4BBE0) is unknown color: approx Classic Rose. HEX triplet: F4, BB and E0. RGB value is (244,187,224). Sum of RGB (Red+Green+Blue) = 244+187+224=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBE0 is #0B441F. Grayscale: #D0D0D0. Windows color (decimal): -738336 or 14728180. OLE color: 14728180.

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

Color convert

RGB244187224-
CMYK00.230.080.04
HSL321.05º72.15%84.51%-
HSV(B)321.05º23.36%95.69%-
XYZ68.5360.1678.52-
YUV208.26136.88153.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=37.25%
G=28.55%
B=34.20%

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
Decimal24418722400.230.080.04321.0572.1584.51
HexF4BBE0017841414855
Octal364273340027104501110125
Binary111101001011101111100000010111100010010100000110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBE0; }

 p { color: rgb(244,187,224); }

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

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

 a { background-color: rgb(244,187,224); }

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

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

 span { border-color: rgb(244,187,224); }

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