Html Css Color HEX #F2D8AB Astra

📋 copy color: '#F2D8AB'

red 242 ◦ green 216 ◦ blue 171

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

Shades of Astra #F2D8AB

Tints of Astra #F2D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.34%

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

R = 38.47%
G = 34.34%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D8AB (or 0xF2D8AB) is known color: Astra. HEX triplet: F2, D8 and AB. RGB value is (242,216,171). Sum of RGB (Red+Green+Blue) = 242+216+171=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D8AB is #0D2754. Grayscale: #DADADA. Windows color (decimal): -862037 or 11262194. OLE color: 11262194.

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

Color convert

RGB 242 216 171 -
CMYK 0 0.11 0.29 0.05
HSL 38.03º 0.73% 0.81% -
HSV(B) 38.03º 0.29% 0.95% -
XYZ 68.52 70.93 48.61 -
YUV 218.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 242 216 171 0 0.11 0.29 0.05 38.03 0.73 0.81
Hex F2 D8 AB 0 B 1D 5 26 49 51
Octal 362 330 253 0 13 35 5 46 111 121
Binary 11110010 11011000 10101011 0 1011 11101 101 100110 1001001 1010001

Color Harmonies of #F2D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8AB

Black with #F2D8AB

Text Example


Text Example

White with #F2D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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