Html Css Color HEX #FCBBA4 Melon

📋 copy color: '#FCBBA4'

red 252 ◦ green 187 ◦ blue 164

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

Shades of Melon #FCBBA4

Tints of Melon #FCBBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

 BLUE value IS 164 (64.45% from 255) = 27.2%

R = 41.79%
G = 31.01%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCBBA4 (or 0xFCBBA4) is known color: Melon. HEX triplet: FC, BB and A4. RGB value is (252,187,164). Sum of RGB (Red+Green+Blue) = 252+187+164=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA4 is #03445B. Grayscale: #CBCBCB. Windows color (decimal): -214108 or 10796028. OLE color: 10796028.

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

Color convert

RGB 252 187 164 -
CMYK 0 0.26 0.35 0.01
HSL 15.68º 0.94% 0.82% -
HSV(B) 15.68º 0.35% 0.99% -
XYZ 64.62 58.92 43.09 -
YUV 203.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 252 187 164 0 0.26 0.35 0.01 15.68 0.94 0.82
Hex FC BB A4 0 1A 23 1 10 5E 52
Octal 374 273 244 0 32 43 1 20 136 122
Binary 11111100 10111011 10100100 0 11010 100011 1 10000 1011110 1010010

Color Harmonies of #FCBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBA4

Black with #FCBBA4

Text Example


Text Example

White with #FCBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBA4; }

 p { color: rgb(252,187,164); }

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

background-color css

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

 a { background-color: rgb(252,187,164); }

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

border-color css

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

 span { border-color: rgb(252,187,164); }

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