Html Css Color HEX #FDBB8F Mandys Pink

📋 copy color: '#FDBB8F'

red 253 ◦ green 187 ◦ blue 143

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

Shades of Mandys Pink #FDBB8F

Tints of Mandys Pink #FDBB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.53%

R = 43.4%
G = 32.08%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDBB8F (or 0xFDBB8F) is known color: Mandys Pink. HEX triplet: FD, BB and 8F. RGB value is (253,187,143). Sum of RGB (Red+Green+Blue) = 253+187+143=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBB8F is #024470. Grayscale: #C9C9C9. Windows color (decimal): -148593 or 9419773. OLE color: 9419773.

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

Color convert

RGB 253 187 143 -
CMYK 0 0.26 0.43 0.01
HSL 24º 0.96% 0.78% -
HSV(B) 24º 0.43% 0.99% -
XYZ 63.24 58.41 33.93 -
YUV 201.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 253 187 143 0 0.26 0.43 0.01 24 0.96 0.78
Hex FD BB 8F 0 1A 2B 1 18 60 4E
Octal 375 273 217 0 32 53 1 30 140 116
Binary 11111101 10111011 10001111 0 11010 101011 1 11000 1100000 1001110

Color Harmonies of #FDBB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBB8F

Black with #FDBB8F

Text Example


Text Example

White with #FDBB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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