#F9BFDC

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

Shades of Classic Rose #F9BFDC

Tints of Classic Rose #F9BFDC

Color information

#F9BFDC (or 0xF9BFDC) is unknown color: approx Classic Rose. HEX triplet: F9, BF and DC. RGB value is (249,191,220). Sum of RGB (Red+Green+Blue) = 249+191+220=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDC is #064023. Grayscale: #D3D3D3. Windows color (decimal): -409636 or 14467065. OLE color: 14467065.

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

Color convert

RGB249191220-
CMYK00.230.120.02
HSL330º82.86%86.27%-
HSV(B)330º23.29%97.65%-
XYZ70.6262.5776.07-
YUV211.65132.72154.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=37.73%
G=28.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919122000.230.120.0233082.8686.27
HexF9BFDC017C214a5356
Octal371277334027142512123126
Binary11111001101111111101110001011111001010100101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFDC; }

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

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

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

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

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

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

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

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