#F4BCE2

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

Shades of Classic Rose #F4BCE2

Tints of Classic Rose #F4BCE2

Color information

#F4BCE2 (or 0xF4BCE2) is unknown color: approx Classic Rose. HEX triplet: F4, BC and E2. RGB value is (244,188,226). Sum of RGB (Red+Green+Blue) = 244+188+226=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCE2 is #0B431D. Grayscale: #D0D0D0. Windows color (decimal): -738078 or 14859508. OLE color: 14859508.

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

Color convert

RGB244188226-
CMYK00.230.070.04
HSL319.29º71.79%84.71%-
HSV(B)319.29º22.95%95.69%-
XYZ69.0260.6980.03-
YUV209.08137.55152.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.08%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 226 (88.67% from 255) = 34.35%
R=37.08%
G=28.57%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418822600.230.070.04319.2971.7984.71
HexF4BCE20177413f4855
Octal36427434202774477110125
Binary11110100101111001110001001011111110010011111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCE2; }

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

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

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

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

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

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

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

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