Html Css Color HEX #FEAFA2 Rose Bud

📋 copy color: '#FEAFA2'

red 254 ◦ green 175 ◦ blue 162

#FEAFA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FEAFA2

Tints of Rose Bud #FEAFA2

RGB

 RED value IS 254 (99.61% from 255) = 42.98%

 GREEN value IS 175 (68.75% from 255) = 29.61%

 BLUE value IS 162 (63.67% from 255) = 27.41%

R = 42.98%
G = 29.61%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEAFA2 (or 0xFEAFA2) is known color: Rose Bud. HEX triplet: FE, AF and A2. RGB value is (254,175,162). Sum of RGB (Red+Green+Blue) = 254+175+162=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA2 is #01505D. Grayscale: #C5C5C5. Windows color (decimal): -86110 or 10661886. OLE color: 10661886.

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

Color convert

RGB 254 175 162 -
CMYK 0 0.31 0.36 0.00
HSL 8.48º 0.98% 0.82% -
HSV(B) 8.48º 0.36% 1% -
XYZ 62.72 54.34 41.37 -
YUV 197.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 254 175 162 0 0.31 0.36 0.00 8.48 0.98 0.82
Hex FE AF A2 0 1F 24 0 8 62 52
Octal 376 257 242 0 37 44 0 10 142 122
Binary 11111110 10101111 10100010 0 11111 100100 0 1000 1100010 1010010

Color Harmonies of #FEAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFA2

Black with #FEAFA2

Text Example


Text Example

White with #FEAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFA2; }

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

 H1.HeaderClassName
 {
   color: #FEAFA2;
 }
 .AnyTagClassName
 {
   color: #FEAFA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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