#F4BBDA

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

Shades of Classic Rose #F4BBDA

Tints of Classic Rose #F4BBDA

Color information

#F4BBDA (or 0xF4BBDA) is unknown color: approx Classic Rose. HEX triplet: F4, BB and DA. RGB value is (244,187,218). Sum of RGB (Red+Green+Blue) = 244+187+218=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBDA is #0B4425. Grayscale: #CFCFCF. Windows color (decimal): -738342 or 14334964. OLE color: 14334964.

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

Color convert

RGB244187218-
CMYK00.230.110.04
HSL327.37º72.15%84.51%-
HSV(B)327.37º23.36%95.69%-
XYZ67.7359.8474.31-
YUV207.58133.88153.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.60%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=37.60%
G=28.81%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418721800.230.110.04327.3772.1584.51
HexF4BBDA017B41474855
Octal364273332027134507110125
Binary111101001011101111011010010111101110010100011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBDA; }

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

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

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

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

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

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

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

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