#F7BFDC

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

Shades of Classic Rose #F7BFDC

Tints of Classic Rose #F7BFDC

Color information

#F7BFDC (or 0xF7BFDC) is unknown color: approx Classic Rose. HEX triplet: F7, BF and DC. RGB value is (247,191,220). Sum of RGB (Red+Green+Blue) = 247+191+220=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDC is #084023. Grayscale: #D2D2D2. Windows color (decimal): -540708 or 14467063. OLE color: 14467063.

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

Color convert

RGB247191220-
CMYK00.230.110.03
HSL328.93º77.78%85.88%-
HSV(B)328.93º22.67%96.86%-
XYZ69.9162.276.03-
YUV211.05133.05153.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=37.54%
G=29.03%
B=33.43%

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
Decimal24719122000.230.110.03328.9377.7885.88
HexF7BFDC017B31494e56
Octal367277334027133511116126
Binary11110111101111111101110001011110111110100100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFDC; }

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

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

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

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

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

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

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

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