#F7BED9

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

Shades of Classic Rose #F7BED9

Tints of Classic Rose #F7BED9

Color information

#F7BED9 (or 0xF7BED9) is unknown color: approx Classic Rose. HEX triplet: F7, BE and D9. RGB value is (247,190,217). Sum of RGB (Red+Green+Blue) = 247+190+217=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED9 is #084126. Grayscale: #D2D2D2. Windows color (decimal): -540967 or 14270199. OLE color: 14270199.

HSL color Cylindrical-coordinate representation of color #F7BED9: hue angle of 331.58º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BED9 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247190217-
CMYK00.230.120.03
HSL331.58º78.08%85.69%-
HSV(B)331.58º23.08%96.86%-
XYZ69.361.6173.89-
YUV210.12131.88154.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.77%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=37.77%
G=29.05%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719021700.230.120.03331.5878.0885.69
HexF7BED9017C314c4e56
Octal367276331027143514116126
Binary11110111101111101101100101011111001110100110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BED9; }

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

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

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

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

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

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

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

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