Html Css Color HEX #FDBBA2 Mandys Pink

📋 copy color: '#FDBBA2'

red 253 ◦ green 187 ◦ blue 162

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

Shades of Mandys Pink #FDBBA2

Tints of Mandys Pink #FDBBA2

RGB

 RED value IS 253 (99.22% from 255) = 42.03%

 GREEN value IS 187 (73.44% from 255) = 31.06%

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

R = 42.03%
G = 31.06%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDBBA2 (or 0xFDBBA2) is known color: Mandys Pink. HEX triplet: FD, BB and A2. RGB value is (253,187,162). Sum of RGB (Red+Green+Blue) = 253+187+162=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA2 is #02445D. Grayscale: #CCCCCC. Windows color (decimal): -148574 or 10664957. OLE color: 10664957.

HSL color Cylindrical-coordinate representation of color #FDBBA2: hue angle of 16.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDBBA2 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 162 -
CMYK 0 0.26 0.36 0.01
HSL 16.48º 0.96% 0.81% -
HSV(B) 16.48º 0.36% 0.99% -
XYZ 64.8 59.03 42.16 -
YUV 203.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 253 187 162 0 0.26 0.36 0.01 16.48 0.96 0.81
Hex FD BB A2 0 1A 24 1 10 60 51
Octal 375 273 242 0 32 44 1 20 140 121
Binary 11111101 10111011 10100010 0 11010 100100 1 10000 1100000 1010001

Color Harmonies of #FDBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBA2

Black with #FDBBA2

Text Example


Text Example

White with #FDBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBA2; }

 p { color: rgb(253,187,162); }

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

background-color css

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

 a { background-color: rgb(253,187,162); }

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

border-color css

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

 span { border-color: rgb(253,187,162); }

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