Html Css Color HEX #FDBAB4 Melon

📋 copy color: '#FDBAB4'

red 253 ◦ green 186 ◦ blue 180

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

Shades of Melon #FDBAB4

Tints of Melon #FDBAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.05%

 BLUE value IS 180 (70.7% from 255) = 29.08%

R = 40.87%
G = 30.05%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDBAB4 (or 0xFDBAB4) is known color: Melon. HEX triplet: FD, BA and B4. RGB value is (253,186,180). Sum of RGB (Red+Green+Blue) = 253+186+180=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB4 is #02454B. Grayscale: #CDCDCD. Windows color (decimal): -148812 or 11844349. OLE color: 11844349.

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

Color convert

RGB 253 186 180 -
CMYK 0 0.26 0.29 0.01
HSL 4.93º 0.95% 0.85% -
HSV(B) 4.93º 0.29% 0.99% -
XYZ 66.31 59.3 51.13 -
YUV 205.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 253 186 180 0 0.26 0.29 0.01 4.93 0.95 0.85
Hex FD BA B4 0 1A 1D 1 5 5F 55
Octal 375 272 264 0 32 35 1 5 137 125
Binary 11111101 10111010 10110100 0 11010 11101 1 101 1011111 1010101

Color Harmonies of #FDBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAB4

Black with #FDBAB4

Text Example


Text Example

White with #FDBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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