Html Css Color HEX #FCB5AF Melon

📋 copy color: '#FCB5AF'

red 252 ◦ green 181 ◦ blue 175

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

Shades of Melon #FCB5AF

Tints of Melon #FCB5AF

RGB

 RED value IS 252 (98.83% from 255) = 41.45%

 GREEN value IS 181 (71.09% from 255) = 29.77%

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 41.45%
G = 29.77%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCB5AF (or 0xFCB5AF) is known color: Melon. HEX triplet: FC, B5 and AF. RGB value is (252,181,175). Sum of RGB (Red+Green+Blue) = 252+181+175=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5AF is #034A50. Grayscale: #C9C9C9. Windows color (decimal): -215633 or 11515388. OLE color: 11515388.

HSL color Cylindrical-coordinate representation of color #FCB5AF: hue angle of 4.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB5AF is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 175 -
CMYK 0 0.28 0.31 0.01
HSL 4.68º 0.93% 0.84% -
HSV(B) 4.68º 0.31% 0.99% -
XYZ 64.41 56.84 48.13 -
YUV 201.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 252 181 175 0 0.28 0.31 0.01 4.68 0.93 0.84
Hex FC B5 AF 0 1C 1F 1 5 5D 54
Octal 374 265 257 0 34 37 1 5 135 124
Binary 11111100 10110101 10101111 0 11100 11111 1 101 1011101 1010100

Color Harmonies of #FCB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5AF

Black with #FCB5AF

Text Example


Text Example

White with #FCB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5AF; }

 p { color: rgb(252,181,175); }

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

background-color css

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

 a { background-color: rgb(252,181,175); }

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

border-color css

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

 span { border-color: rgb(252,181,175); }

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