Html Css Color HEX #F2DEAB Buttermilk

📋 copy color: '#F2DEAB'

red 242 ◦ green 222 ◦ blue 171

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

Shades of Buttermilk #F2DEAB

Tints of Buttermilk #F2DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

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

R = 38.11%
G = 34.96%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2DEAB (or 0xF2DEAB) is known color: Buttermilk. HEX triplet: F2, DE and AB. RGB value is (242,222,171). Sum of RGB (Red+Green+Blue) = 242+222+171=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAB is #0D2154. Grayscale: #DEDEDE. Windows color (decimal): -860501 or 11263730. OLE color: 11263730.

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

Color convert

RGB 242 222 171 -
CMYK 0 0.08 0.29 0.05
HSL 43.1º 0.73% 0.81% -
HSV(B) 43.1º 0.29% 0.95% -
XYZ 70.09 74.06 49.13 -
YUV 222.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 242 222 171 0 0.08 0.29 0.05 43.1 0.73 0.81
Hex F2 DE AB 0 8 1D 5 2B 49 51
Octal 362 336 253 0 10 35 5 53 111 121
Binary 11110010 11011110 10101011 0 1000 11101 101 101011 1001001 1010001

Color Harmonies of #F2DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEAB

Black with #F2DEAB

Text Example


Text Example

White with #F2DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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