#FEAF9B

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

Shades of Rose Bud #FEAF9B

Tints of Rose Bud #FEAF9B

Color information

#FEAF9B (or 0xFEAF9B) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 9B. RGB value is (254,175,155). Sum of RGB (Red+Green+Blue) = 254+175+155=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF9B is #015064. Grayscale: #C4C4C4. Windows color (decimal): -86117 or 10203134. OLE color: 10203134.

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

Color convert

RGB254175155-
CMYK00.310.390.00
HSL12.12º98.02%80.2%-
HSV(B)12.12º38.98%99.61%-
XYZ62.1254.138.18-
YUV196.34104.67169.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 155 (60.94% from 255) = 26.54%
R=43.49%
G=29.97%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417515500.310.390.0012.1298.0280.2
HexFEAF9B01F270c6250
Octal37625723303747014142120
Binary1111111010101111100110110111111001110110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF9B; }

 p { color: rgb(254,175,155); }

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

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

 a { background-color: rgb(254,175,155); }

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

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

 span { border-color: rgb(254,175,155); }

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