Html Css Color HEX #F2DFAB Buttermilk

📋 copy color: '#F2DFAB'

red 242 ◦ green 223 ◦ blue 171

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

Shades of Buttermilk #F2DFAB

Tints of Buttermilk #F2DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

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

R = 38.05%
G = 35.06%
B = 26.89%

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

#F2DFAB (or 0xF2DFAB) is known color: Buttermilk. HEX triplet: F2, DF and AB. RGB value is (242,223,171). Sum of RGB (Red+Green+Blue) = 242+223+171=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAB is #0D2054. Grayscale: #DEDEDE. Windows color (decimal): -860245 or 11263986. OLE color: 11263986.

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

Color convert

RGB 242 223 171 -
CMYK 0 0.08 0.29 0.05
HSL 43.94º 0.73% 0.81% -
HSV(B) 43.94º 0.29% 0.95% -
XYZ 70.36 74.59 49.22 -
YUV 222.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 242 223 171 0 0.08 0.29 0.05 43.94 0.73 0.81
Hex F2 DF AB 0 8 1D 5 2C 49 51
Octal 362 337 253 0 10 35 5 54 111 121
Binary 11110010 11011111 10101011 0 1000 11101 101 101100 1001001 1010001

Color Harmonies of #F2DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFAB

Black with #F2DFAB

Text Example


Text Example

White with #F2DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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