#F7BBE4

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

Shades of Classic Rose #F7BBE4

Tints of Classic Rose #F7BBE4

Color information

#F7BBE4 (or 0xF7BBE4) is unknown color: approx Classic Rose. HEX triplet: F7, BB and E4. RGB value is (247,187,228). Sum of RGB (Red+Green+Blue) = 247+187+228=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBE4 is #08441B. Grayscale: #D1D1D1. Windows color (decimal): -541724 or 14990327. OLE color: 14990327.

HSL color Cylindrical-coordinate representation of color #F7BBE4: hue angle of 319º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBE4 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB247187228-
CMYK00.240.080.03
HSL319º78.95%85.1%-
HSV(B)319º24.29%96.86%-
XYZ70.1360.9281.46-
YUV209.61138.38154.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 228 (89.45% from 255) = 34.44%
R=37.31%
G=28.25%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718722800.240.080.0331978.9585.1
HexF7BBE40188313f4f55
Octal367273344030103477117125
Binary11110111101110111110010001100010001110011111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBE4; }

 p { color: rgb(247,187,228); }

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

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

 a { background-color: rgb(247,187,228); }

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

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

 span { border-color: rgb(247,187,228); }

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