Html Css Color HEX #F4B694 Mandys Pink

📋 copy color: '#F4B694'

red 244 ◦ green 182 ◦ blue 148

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

Shades of Mandys Pink #F4B694

Tints of Mandys Pink #F4B694

RGB

 RED value IS 244 (95.7% from 255) = 42.51%

 GREEN value IS 182 (71.48% from 255) = 31.71%

 BLUE value IS 148 (58.2% from 255) = 25.78%

R = 42.51%
G = 31.71%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F4B694 (or 0xF4B694) is known color: Mandys Pink. HEX triplet: F4, B6 and 94. RGB value is (244,182,148). Sum of RGB (Red+Green+Blue) = 244+182+148=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B694 is #0B496B. Grayscale: #C4C4C4. Windows color (decimal): -739692 or 9746164. OLE color: 9746164.

HSL color Cylindrical-coordinate representation of color #F4B694: hue angle of 21.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4B694 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 182 148 -
CMYK 0 0.25 0.39 0.04
HSL 21.25º 0.81% 0.77% -
HSV(B) 21.25º 0.39% 0.96% -
XYZ 59.38 54.83 35.47 -
YUV 196.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 244 182 148 0 0.25 0.39 0.04 21.25 0.81 0.77
Hex F4 B6 94 0 19 27 4 15 51 4D
Octal 364 266 224 0 31 47 4 25 121 115
Binary 11110100 10110110 10010100 0 11001 100111 100 10101 1010001 1001101

Color Harmonies of #F4B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B694

Black with #F4B694

Text Example


Text Example

White with #F4B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B694; }

 p { color: rgb(244,182,148); }

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

background-color css

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

 a { background-color: rgb(244,182,148); }

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

border-color css

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

 span { border-color: rgb(244,182,148); }

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