Html Css Color HEX #F2ABA5 Sundown

📋 copy color: '#F2ABA5'

red 242 ◦ green 171 ◦ blue 165

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

Shades of Sundown #F2ABA5

Tints of Sundown #F2ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.55%

R = 41.87%
G = 29.58%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2ABA5 (or 0xF2ABA5) is known color: Sundown. HEX triplet: F2, AB and A5. RGB value is (242,171,165). Sum of RGB (Red+Green+Blue) = 242+171+165=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ABA5 is #0D545A. Grayscale: #BFBFBF. Windows color (decimal): -873563 or 10857458. OLE color: 10857458.

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

Color convert

RGB 242 171 165 -
CMYK 0 0.29 0.32 0.05
HSL 4.68º 0.75% 0.8% -
HSV(B) 4.68º 0.32% 0.95% -
XYZ 57.97 50.72 42.33 -
YUV 191.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 242 171 165 0 0.29 0.32 0.05 4.68 0.75 0.8
Hex F2 AB A5 0 1D 20 5 5 4B 50
Octal 362 253 245 0 35 40 5 5 113 120
Binary 11110010 10101011 10100101 0 11101 100000 101 101 1001011 1010000

Color Harmonies of #F2ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABA5

Black with #F2ABA5

Text Example


Text Example

White with #F2ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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