#F7BEDC

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

Shades of Classic Rose #F7BEDC

Tints of Classic Rose #F7BEDC

Color information

#F7BEDC (or 0xF7BEDC) is unknown color: approx Classic Rose. HEX triplet: F7, BE and DC. RGB value is (247,190,220). Sum of RGB (Red+Green+Blue) = 247+190+220=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEDC is #084123. Grayscale: #D2D2D2. Windows color (decimal): -540964 or 14466807. OLE color: 14466807.

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

Color convert

RGB247190220-
CMYK00.230.110.03
HSL328.42º78.08%85.69%-
HSV(B)328.42º23.08%96.86%-
XYZ69.6961.7775.96-
YUV210.46133.38154.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=37.60%
G=28.92%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719022000.230.110.03328.4278.0885.69
HexF7BEDC017B31484e56
Octal367276334027133510116126
Binary11110111101111101101110001011110111110100100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEDC; }

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

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

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

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

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

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

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

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