#F9BEDE

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

Shades of Classic Rose #F9BEDE

Tints of Classic Rose #F9BEDE

Color information

#F9BEDE (or 0xF9BEDE) is unknown color: approx Classic Rose. HEX triplet: F9, BE and DE. RGB value is (249,190,222). Sum of RGB (Red+Green+Blue) = 249+190+222=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEDE is #064121. Grayscale: #D3D3D3. Windows color (decimal): -409890 or 14597881. OLE color: 14597881.

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

Color convert

RGB249190222-
CMYK00.240.110.02
HSL327.46º83.1%86.08%-
HSV(B)327.46º23.69%97.65%-
XYZ70.6762.2477.4-
YUV211.29134.05154.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=37.67%
G=28.74%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919022200.240.110.02327.4683.186.08
HexF9BEDE018B21475356
Octal371276336030132507123126
Binary11111001101111101101111001100010111010100011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEDE; }

 p { color: rgb(249,190,222); }

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

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

 a { background-color: rgb(249,190,222); }

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

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

 span { border-color: rgb(249,190,222); }

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