Html Css Color HEX #F2D6AB Givry

📋 copy color: '#F2D6AB'

red 242 ◦ green 214 ◦ blue 171

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

Shades of Givry #F2D6AB

Tints of Givry #F2D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

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

R = 38.6%
G = 34.13%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D6AB (or 0xF2D6AB) is known color: Givry. HEX triplet: F2, D6 and AB. RGB value is (242,214,171). Sum of RGB (Red+Green+Blue) = 242+214+171=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D6AB is #0D2954. Grayscale: #D9D9D9. Windows color (decimal): -862549 or 11261682. OLE color: 11261682.

HSL color Cylindrical-coordinate representation of color #F2D6AB: hue angle of 36.34º 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 #F2D6AB is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 171 -
CMYK 0 0.12 0.29 0.05
HSL 36.34º 0.73% 0.81% -
HSV(B) 36.34º 0.29% 0.95% -
XYZ 68.02 69.91 48.44 -
YUV 217.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 242 214 171 0 0.12 0.29 0.05 36.34 0.73 0.81
Hex F2 D6 AB 0 C 1D 5 24 49 51
Octal 362 326 253 0 14 35 5 44 111 121
Binary 11110010 11010110 10101011 0 1100 11101 101 100100 1001001 1010001

Color Harmonies of #F2D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6AB

Black with #F2D6AB

Text Example


Text Example

White with #F2D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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