Html Css Color HEX #FDAFAB Sundown

📋 copy color: '#FDAFAB'

red 253 ◦ green 175 ◦ blue 171

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

Shades of Sundown #FDAFAB

Tints of Sundown #FDAFAB

RGB

 RED value IS 253 (99.22% from 255) = 42.24%

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

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 42.24%
G = 29.22%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDAFAB (or 0xFDAFAB) is known color: Sundown. HEX triplet: FD, AF and AB. RGB value is (253,175,171). Sum of RGB (Red+Green+Blue) = 253+175+171=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFAB is #025054. Grayscale: #C5C5C5. Windows color (decimal): -151637 or 11251709. OLE color: 11251709.

HSL color Cylindrical-coordinate representation of color #FDAFAB: hue angle of 2.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDAFAB is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 175 171 -
CMYK 0 0.31 0.32 0.01
HSL 2.93º 0.95% 0.83% -
HSV(B) 2.93º 0.32% 0.99% -
XYZ 63.19 54.48 45.71 -
YUV 197.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 253 175 171 0 0.31 0.32 0.01 2.93 0.95 0.83
Hex FD AF AB 0 1F 20 1 3 5F 53
Octal 375 257 253 0 37 40 1 3 137 123
Binary 11111101 10101111 10101011 0 11111 100000 1 11 1011111 1010011

Color Harmonies of #FDAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFAB

Black with #FDAFAB

Text Example


Text Example

White with #FDAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFAB; }

 p { color: rgb(253,175,171); }

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

background-color css

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

 a { background-color: rgb(253,175,171); }

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

border-color css

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

 span { border-color: rgb(253,175,171); }

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