Html Css Color HEX #FEB2AF Sundown

📋 copy color: '#FEB2AF'

red 254 ◦ green 178 ◦ blue 175

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

Shades of Sundown #FEB2AF

Tints of Sundown #FEB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.32%

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

R = 41.85%
G = 29.32%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB2AF (or 0xFEB2AF) is known color: Sundown. HEX triplet: FE, B2 and AF. RGB value is (254,178,175). Sum of RGB (Red+Green+Blue) = 254+178+175=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AF is #014D50. Grayscale: #C8C8C8. Windows color (decimal): -85329 or 11514622. OLE color: 11514622.

HSL color Cylindrical-coordinate representation of color #FEB2AF: hue angle of 2.28º 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 #FEB2AF is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 175 -
CMYK 0 0.30 0.31 0.00
HSL 2.28º 0.98% 0.84% -
HSV(B) 2.28º 0.31% 1% -
XYZ 64.53 56.01 47.97 -
YUV 200.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 254 178 175 0 0.30 0.31 0.00 2.28 0.98 0.84
Hex FE B2 AF 0 1E 1F 0 2 62 54
Octal 376 262 257 0 36 37 0 2 142 124
Binary 11111110 10110010 10101111 0 11110 11111 0 10 1100010 1010100

Color Harmonies of #FEB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2AF

Black with #FEB2AF

Text Example


Text Example

White with #FEB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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