Html Css Color HEX #FEB0AF Sundown

📋 copy color: '#FEB0AF'

red 254 ◦ green 176 ◦ blue 175

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

Shades of Sundown #FEB0AF

Tints of Sundown #FEB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 175 (68.75% from 255) = 28.93%

R = 41.98%
G = 29.09%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB0AF (or 0xFEB0AF) is known color: Sundown. HEX triplet: FE, B0 and AF. RGB value is (254,176,175). Sum of RGB (Red+Green+Blue) = 254+176+175=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AF is #014F50. Grayscale: #C7C7C7. Windows color (decimal): -85841 or 11514110. OLE color: 11514110.

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

Color convert

RGB 254 176 175 -
CMYK 0 0.31 0.31 0.00
HSL 0.76º 0.98% 0.84% -
HSV(B) 0.76º 0.31% 1% -
XYZ 64.14 55.22 47.83 -
YUV 199.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 254 176 175 0 0.31 0.31 0.00 0.76 0.98 0.84
Hex FE B0 AF 0 1F 1F 0 1 62 54
Octal 376 260 257 0 37 37 0 1 142 124
Binary 11111110 10110000 10101111 0 11111 11111 0 1 1100010 1010100

Color Harmonies of #FEB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0AF

Black with #FEB0AF

Text Example


Text Example

White with #FEB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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