Html Css Color HEX #F5BBA4 Mandys Pink

📋 copy color: '#F5BBA4'

red 245 ◦ green 187 ◦ blue 164

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

Shades of Mandys Pink #F5BBA4

Tints of Mandys Pink #F5BBA4

RGB

 RED value IS 245 (96.09% from 255) = 41.11%

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

 BLUE value IS 164 (64.45% from 255) = 27.52%

R = 41.11%
G = 31.38%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F5BBA4 (or 0xF5BBA4) is known color: Mandys Pink. HEX triplet: F5, BB and A4. RGB value is (245,187,164). Sum of RGB (Red+Green+Blue) = 245+187+164=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBA4 is #0A445B. Grayscale: #C9C9C9. Windows color (decimal): -672860 or 10796021. OLE color: 10796021.

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

Color convert

RGB 245 187 164 -
CMYK 0 0.24 0.33 0.04
HSL 17.04º 0.8% 0.8% -
HSV(B) 17.04º 0.33% 0.96% -
XYZ 62.13 57.63 42.97 -
YUV 201.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 245 187 164 0 0.24 0.33 0.04 17.04 0.8 0.8
Hex F5 BB A4 0 18 21 4 11 50 50
Octal 365 273 244 0 30 41 4 21 120 120
Binary 11110101 10111011 10100100 0 11000 100001 100 10001 1010000 1010000

Color Harmonies of #F5BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBA4

Black with #F5BBA4

Text Example


Text Example

White with #F5BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBA4; }

 p { color: rgb(245,187,164); }

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

background-color css

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

 a { background-color: rgb(245,187,164); }

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

border-color css

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

 span { border-color: rgb(245,187,164); }

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