Html Css Color HEX #F2DCA3 Buttermilk

📋 copy color: '#F2DCA3'

red 242 ◦ green 220 ◦ blue 163

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

Shades of Buttermilk #F2DCA3

Tints of Buttermilk #F2DCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 163 (64.06% from 255) = 26.08%

R = 38.72%
G = 35.2%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2DCA3 (or 0xF2DCA3) is known color: Buttermilk. HEX triplet: F2, DC and A3. RGB value is (242,220,163). Sum of RGB (Red+Green+Blue) = 242+220+163=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA3 is #0D235C. Grayscale: #DCDCDC. Windows color (decimal): -861021 or 10738930. OLE color: 10738930.

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

Color convert

RGB 242 220 163 -
CMYK 0 0.09 0.33 0.05
HSL 43.29º 0.75% 0.79% -
HSV(B) 43.29º 0.33% 0.95% -
XYZ 68.82 72.71 45.06 -
YUV 220.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 242 220 163 0 0.09 0.33 0.05 43.29 0.75 0.79
Hex F2 DC A3 0 9 21 5 2B 4B 4F
Octal 362 334 243 0 11 41 5 53 113 117
Binary 11110010 11011100 10100011 0 1001 100001 101 101011 1001011 1001111

Color Harmonies of #F2DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCA3

Black with #F2DCA3

Text Example


Text Example

White with #F2DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCA3; }

 p { color: rgb(242,220,163); }

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

background-color css

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

 a { background-color: rgb(242,220,163); }

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

border-color css

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

 span { border-color: rgb(242,220,163); }

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