Html Css Color HEX #FDB48F Mandys Pink

📋 copy color: '#FDB48F'

red 253 ◦ green 180 ◦ blue 143

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

Shades of Mandys Pink #FDB48F

Tints of Mandys Pink #FDB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

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

R = 43.92%
G = 31.25%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDB48F (or 0xFDB48F) is known color: Mandys Pink. HEX triplet: FD, B4 and 8F. RGB value is (253,180,143). Sum of RGB (Red+Green+Blue) = 253+180+143=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB48F is #024B70. Grayscale: #C5C5C5. Windows color (decimal): -150385 or 9417981. OLE color: 9417981.

HSL color Cylindrical-coordinate representation of color #FDB48F: hue angle of 20.18º 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 #FDB48F is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 180 143 -
CMYK 0 0.29 0.43 0.01
HSL 20.18º 0.96% 0.78% -
HSV(B) 20.18º 0.43% 0.99% -
XYZ 61.79 55.51 33.44 -
YUV 197.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 253 180 143 0 0.29 0.43 0.01 20.18 0.96 0.78
Hex FD B4 8F 0 1D 2B 1 14 60 4E
Octal 375 264 217 0 35 53 1 24 140 116
Binary 11111101 10110100 10001111 0 11101 101011 1 10100 1100000 1001110

Color Harmonies of #FDB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB48F

Black with #FDB48F

Text Example


Text Example

White with #FDB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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