Html Css Color HEX #FCBFAA Melon

📋 copy color: '#FCBFAA'

red 252 ◦ green 191 ◦ blue 170

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

Shades of Melon #FCBFAA

Tints of Melon #FCBFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.16%

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 41.11%
G = 31.16%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCBFAA (or 0xFCBFAA) is known color: Melon. HEX triplet: FC, BF and AA. RGB value is (252,191,170). Sum of RGB (Red+Green+Blue) = 252+191+170=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFAA is #034055. Grayscale: #CECECE. Windows color (decimal): -213078 or 11190268. OLE color: 11190268.

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

Color convert

RGB 252 191 170 -
CMYK 0 0.24 0.33 0.01
HSL 15.37º 0.93% 0.83% -
HSV(B) 15.37º 0.33% 0.99% -
XYZ 66.03 60.86 46.3 -
YUV 206.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 252 191 170 0 0.24 0.33 0.01 15.37 0.93 0.83
Hex FC BF AA 0 18 21 1 F 5D 53
Octal 374 277 252 0 30 41 1 17 135 123
Binary 11111100 10111111 10101010 0 11000 100001 1 1111 1011101 1010011

Color Harmonies of #FCBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFAA

Black with #FCBFAA

Text Example


Text Example

White with #FCBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFAA; }

 p { color: rgb(252,191,170); }

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

background-color css

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

 a { background-color: rgb(252,191,170); }

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

border-color css

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

 span { border-color: rgb(252,191,170); }

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