Html Css Color HEX #F2ABA7 Sundown

📋 copy color: '#F2ABA7'

red 242 ◦ green 171 ◦ blue 167

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

Shades of Sundown #F2ABA7

Tints of Sundown #F2ABA7

RGB

 RED value IS 242 (94.92% from 255) = 41.72%

 GREEN value IS 171 (67.19% from 255) = 29.48%

 BLUE value IS 167 (65.63% from 255) = 28.79%

R = 41.72%
G = 29.48%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2ABA7 (or 0xF2ABA7) is known color: Sundown. HEX triplet: F2, AB and A7. RGB value is (242,171,167). Sum of RGB (Red+Green+Blue) = 242+171+167=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ABA7 is #0D5458. Grayscale: #BFBFBF. Windows color (decimal): -873561 or 10988530. OLE color: 10988530.

HSL color Cylindrical-coordinate representation of color #F2ABA7: hue angle of 3.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ABA7 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 167 -
CMYK 0 0.29 0.31 0.05
HSL 3.2º 0.74% 0.8% -
HSV(B) 3.2º 0.31% 0.95% -
XYZ 58.16 50.79 43.3 -
YUV 191.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 242 171 167 0 0.29 0.31 0.05 3.2 0.74 0.8
Hex F2 AB A7 0 1D 1F 5 3 4A 50
Octal 362 253 247 0 35 37 5 3 112 120
Binary 11110010 10101011 10100111 0 11101 11111 101 11 1001010 1010000

Color Harmonies of #F2ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABA7

Black with #F2ABA7

Text Example


Text Example

White with #F2ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABA7; }

 p { color: rgb(242,171,167); }

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

background-color css

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

 a { background-color: rgb(242,171,167); }

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

border-color css

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

 span { border-color: rgb(242,171,167); }

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