Html Css Color HEX #FCBFA8 Melon

📋 copy color: '#FCBFA8'

red 252 ◦ green 191 ◦ blue 168

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

Shades of Melon #FCBFA8

Tints of Melon #FCBFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.5%

R = 41.24%
G = 31.26%
B = 27.5%

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

#FCBFA8 (or 0xFCBFA8) is known color: Melon. HEX triplet: FC, BF and A8. RGB value is (252,191,168). Sum of RGB (Red+Green+Blue) = 252+191+168=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFA8 is #034057. Grayscale: #CECECE. Windows color (decimal): -213080 or 11059196. OLE color: 11059196.

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

Color convert

RGB 252 191 168 -
CMYK 0 0.24 0.33 0.01
HSL 16.43º 0.93% 0.82% -
HSV(B) 16.43º 0.33% 0.99% -
XYZ 65.84 60.78 45.31 -
YUV 206.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 252 191 168 0 0.24 0.33 0.01 16.43 0.93 0.82
Hex FC BF A8 0 18 21 1 10 5D 52
Octal 374 277 250 0 30 41 1 20 135 122
Binary 11111100 10111111 10101000 0 11000 100001 1 10000 1011101 1010010

Color Harmonies of #FCBFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFA8

Black with #FCBFA8

Text Example


Text Example

White with #FCBFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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