#F7BFE3

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

Shades of Classic Rose #F7BFE3

Tints of Classic Rose #F7BFE3

Color information

#F7BFE3 (or 0xF7BFE3) is unknown color: approx Classic Rose. HEX triplet: F7, BF and E3. RGB value is (247,191,227). Sum of RGB (Red+Green+Blue) = 247+191+227=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFE3 is #08401C. Grayscale: #D3D3D3. Windows color (decimal): -540701 or 14925815. OLE color: 14925815.

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

Color convert

RGB247191227-
CMYK00.230.080.03
HSL321.43º77.78%85.88%-
HSV(B)321.43º22.67%96.86%-
XYZ70.8562.5881.02-
YUV211.85136.55153.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 191 (75% from 255) = 28.72%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=37.14%
G=28.72%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719122700.230.080.03321.4377.7885.88
HexF7BFE3017831414e56
Octal367277343027103501116126
Binary11110111101111111110001101011110001110100000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFE3; }

 p { color: rgb(247,191,227); }

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

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

 a { background-color: rgb(247,191,227); }

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

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

 span { border-color: rgb(247,191,227); }

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