Html Css Color HEX #FEAF90 Rose Bud

📋 copy color: '#FEAF90'

red 254 ◦ green 175 ◦ blue 144

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

Shades of Rose Bud #FEAF90

Tints of Rose Bud #FEAF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 44.33%
G = 30.54%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEAF90 (or 0xFEAF90) is known color: Rose Bud. HEX triplet: FE, AF and 90. RGB value is (254,175,144). Sum of RGB (Red+Green+Blue) = 254+175+144=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF90 is #01506F. Grayscale: #C3C3C3. Windows color (decimal): -86128 or 9482238. OLE color: 9482238.

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

Color convert

RGB 254 175 144 -
CMYK 0 0.31 0.43 0.00
HSL 16.91º 0.98% 0.78% -
HSV(B) 16.91º 0.43% 1% -
XYZ 61.24 53.74 33.53 -
YUV 195.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 254 175 144 0 0.31 0.43 0.00 16.91 0.98 0.78
Hex FE AF 90 0 1F 2B 0 11 62 4E
Octal 376 257 220 0 37 53 0 21 142 116
Binary 11111110 10101111 10010000 0 11111 101011 0 10001 1100010 1001110

Color Harmonies of #FEAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF90

Black with #FEAF90

Text Example


Text Example

White with #FEAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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