#F2BED9

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

Shades of Classic Rose #F2BED9

Tints of Classic Rose #F2BED9

Color information

#F2BED9 (or 0xF2BED9) is unknown color: approx Classic Rose. HEX triplet: F2, BE and D9. RGB value is (242,190,217). Sum of RGB (Red+Green+Blue) = 242+190+217=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED9 is #0D4126. Grayscale: #D0D0D0. Windows color (decimal): -868647 or 14270194. OLE color: 14270194.

HSL color Cylindrical-coordinate representation of color #F2BED9: hue angle of 328.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BED9 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242190217-
CMYK00.210.100.05
HSL328.85º66.67%84.71%-
HSV(B)328.85º21.49%94.9%-
XYZ67.5660.7173.8-
YUV208.63132.73151.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 217 (85.16% from 255) = 33.44%
R=37.29%
G=29.28%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219021700.210.100.05328.8566.6784.71
HexF2BED9015A51494355
Octal362276331025125511103125
Binary111100101011111011011001010101101010110100100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BED9; }

 p { color: rgb(242,190,217); }

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

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

 a { background-color: rgb(242,190,217); }

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

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

 span { border-color: rgb(242,190,217); }

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