Html Css Color HEX #F4BCA2 Mandys Pink

📋 copy color: '#F4BCA2'

red 244 ◦ green 188 ◦ blue 162

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

Shades of Mandys Pink #F4BCA2

Tints of Mandys Pink #F4BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

 BLUE value IS 162 (63.67% from 255) = 27.27%

R = 41.08%
G = 31.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F4BCA2 (or 0xF4BCA2) is known color: Mandys Pink. HEX triplet: F4, BC and A2. RGB value is (244,188,162). Sum of RGB (Red+Green+Blue) = 244+188+162=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCA2 is #0B435D. Grayscale: #C9C9C9. Windows color (decimal): -738142 or 10665204. OLE color: 10665204.

HSL color Cylindrical-coordinate representation of color #F4BCA2: hue angle of 19.02º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4BCA2 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 162 -
CMYK 0 0.23 0.34 0.04
HSL 19.02º 0.79% 0.8% -
HSV(B) 19.02º 0.34% 0.96% -
XYZ 61.81 57.81 42.08 -
YUV 201.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 244 188 162 0 0.23 0.34 0.04 19.02 0.79 0.8
Hex F4 BC A2 0 17 22 4 13 4F 50
Octal 364 274 242 0 27 42 4 23 117 120
Binary 11110100 10111100 10100010 0 10111 100010 100 10011 1001111 1010000

Color Harmonies of #F4BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCA2

Black with #F4BCA2

Text Example


Text Example

White with #F4BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCA2; }

 p { color: rgb(244,188,162); }

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

background-color css

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

 a { background-color: rgb(244,188,162); }

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

border-color css

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

 span { border-color: rgb(244,188,162); }

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