#FDBFDF

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

Shades of Classic Rose #FDBFDF

Tints of Classic Rose #FDBFDF

Color information

#FDBFDF (or 0xFDBFDF) is unknown color: approx Classic Rose. HEX triplet: FD, BF and DF. RGB value is (253,191,223). Sum of RGB (Red+Green+Blue) = 253+191+223=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFDF is #024020. Grayscale: #D5D5D5. Windows color (decimal): -147489 or 14663677. OLE color: 14663677.

HSL color Cylindrical-coordinate representation of color #FDBFDF: hue angle of 329.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFDF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB253191223-
CMYK00.250.120.01
HSL329.03º93.94%87.06%-
HSV(B)329.03º24.51%99.22%-
XYZ72.4663.4778.24-
YUV213.19133.54156.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=37.93%
G=28.64%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319122300.250.120.01329.0393.9487.06
HexFDBFDF019C11495e57
Octal375277337031141511136127
Binary1111110110111111110111110110011100110100100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFDF; }

 p { color: rgb(253,191,223); }

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

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

 a { background-color: rgb(253,191,223); }

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

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

 span { border-color: rgb(253,191,223); }

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