#F4BADC

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

Shades of Classic Rose #F4BADC

Tints of Classic Rose #F4BADC

Color information

#F4BADC (or 0xF4BADC) is unknown color: approx Classic Rose. HEX triplet: F4, BA and DC. RGB value is (244,186,220). Sum of RGB (Red+Green+Blue) = 244+186+220=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADC is #0B4523. Grayscale: #CFCFCF. Windows color (decimal): -738596 or 14465780. OLE color: 14465780.

HSL color Cylindrical-coordinate representation of color #F4BADC: hue angle of 324.83º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BADC is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244186220-
CMYK00.240.100.04
HSL324.83º72.5%84.31%-
HSV(B)324.83º23.77%95.69%-
XYZ67.7959.5275.63-
YUV207.22135.22154.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=37.54%
G=28.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418622000.240.100.04324.8372.584.31
HexF4BADC018A41454854
Octal364272334030124505110124
Binary111101001011101011011100011000101010010100010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BADC; }

 p { color: rgb(244,186,220); }

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

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

 a { background-color: rgb(244,186,220); }

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

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

 span { border-color: rgb(244,186,220); }

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