Html Css Color HEX #F0AFAB Sundown

📋 copy color: '#F0AFAB'

red 240 ◦ green 175 ◦ blue 171

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

Shades of Sundown #F0AFAB

Tints of Sundown #F0AFAB

RGB

 RED value IS 240 (94.14% from 255) = 40.96%

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

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

R = 40.96%
G = 29.86%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0AFAB (or 0xF0AFAB) is known color: Sundown. HEX triplet: F0, AF and AB. RGB value is (240,175,171). Sum of RGB (Red+Green+Blue) = 240+175+171=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFAB is #0F5054. Grayscale: #C2C2C2. Windows color (decimal): -1003605 or 11251696. OLE color: 11251696.

HSL color Cylindrical-coordinate representation of color #F0AFAB: hue angle of 3.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AFAB is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 171 -
CMYK 0 0.27 0.29 0.06
HSL 3.48º 0.7% 0.81% -
HSV(B) 3.48º 0.29% 0.94% -
XYZ 58.62 52.13 45.5 -
YUV 193.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 240 175 171 0 0.27 0.29 0.06 3.48 0.7 0.81
Hex F0 AF AB 0 1B 1D 6 3 46 51
Octal 360 257 253 0 33 35 6 3 106 121
Binary 11110000 10101111 10101011 0 11011 11101 110 11 1000110 1010001

Color Harmonies of #F0AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFAB

Black with #F0AFAB

Text Example


Text Example

White with #F0AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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