Html Css Color HEX #F2BDA3 Mandys Pink

📋 copy color: '#F2BDA3'

red 242 ◦ green 189 ◦ blue 163

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

Shades of Mandys Pink #F2BDA3

Tints of Mandys Pink #F2BDA3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 40.74%
G = 31.82%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2BDA3 (or 0xF2BDA3) is known color: Mandys Pink. HEX triplet: F2, BD and A3. RGB value is (242,189,163). Sum of RGB (Red+Green+Blue) = 242+189+163=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDA3 is #0D425C. Grayscale: #CACACA. Windows color (decimal): -868957 or 10730994. OLE color: 10730994.

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

Color convert

RGB 242 189 163 -
CMYK 0 0.22 0.33 0.05
HSL 19.75º 0.75% 0.79% -
HSV(B) 19.75º 0.33% 0.95% -
XYZ 61.43 57.92 42.59 -
YUV 201.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 242 189 163 0 0.22 0.33 0.05 19.75 0.75 0.79
Hex F2 BD A3 0 16 21 5 14 4B 4F
Octal 362 275 243 0 26 41 5 24 113 117
Binary 11110010 10111101 10100011 0 10110 100001 101 10100 1001011 1001111

Color Harmonies of #F2BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDA3

Black with #F2BDA3

Text Example


Text Example

White with #F2BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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