Html Css Color HEX #FCBBAF Melon

📋 copy color: '#FCBBAF'

red 252 ◦ green 187 ◦ blue 175

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

Shades of Melon #FCBBAF

Tints of Melon #FCBBAF

RGB

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

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

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

R = 41.04%
G = 30.46%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCBBAF (or 0xFCBBAF) is known color: Melon. HEX triplet: FC, BB and AF. RGB value is (252,187,175). Sum of RGB (Red+Green+Blue) = 252+187+175=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBAF is #034450. Grayscale: #CDCDCD. Windows color (decimal): -214097 or 11516924. OLE color: 11516924.

HSL color Cylindrical-coordinate representation of color #FCBBAF: hue angle of 9.35º 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 #FCBBAF is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 175 -
CMYK 0 0.26 0.31 0.01
HSL 9.35º 0.93% 0.84% -
HSV(B) 9.35º 0.31% 0.99% -
XYZ 65.65 59.33 48.55 -
YUV 205.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 252 187 175 0 0.26 0.31 0.01 9.35 0.93 0.84
Hex FC BB AF 0 1A 1F 1 9 5D 54
Octal 374 273 257 0 32 37 1 11 135 124
Binary 11111100 10111011 10101111 0 11010 11111 1 1001 1011101 1010100

Color Harmonies of #FCBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBAF

Black with #FCBBAF

Text Example


Text Example

White with #FCBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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