#FDAF9A

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

Shades of Rose Bud #FDAF9A

Tints of Rose Bud #FDAF9A

Color information

#FDAF9A (or 0xFDAF9A) is unknown color: approx Rose Bud. HEX triplet: FD, AF and 9A. RGB value is (253,175,154). Sum of RGB (Red+Green+Blue) = 253+175+154=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF9A is #025065. Grayscale: #C4C4C4. Windows color (decimal): -151654 or 10137597. OLE color: 10137597.

HSL color Cylindrical-coordinate representation of color #FDAF9A: hue angle of 12.73º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDAF9A is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253175154-
CMYK00.310.390.01
HSL12.73º96.12%79.8%-
HSV(B)12.73º39.13%99.22%-
XYZ61.6753.8837.72-
YUV195.93104.34168.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=43.47%
G=30.07%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317515400.310.390.0112.7396.1279.8
HexFDAF9A01F271d6050
Octal37525723203747115140120
Binary1111110110101111100110100111111001111110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF9A; }

 p { color: rgb(253,175,154); }

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

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

 a { background-color: rgb(253,175,154); }

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

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

 span { border-color: rgb(253,175,154); }

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