Html Css Color HEX #FCC0B3 Melon

📋 copy color: '#FCC0B3'

red 252 ◦ green 192 ◦ blue 179

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

Shades of Melon #FCC0B3

Tints of Melon #FCC0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.82%

 BLUE value IS 179 (70.31% from 255) = 28.73%

R = 40.45%
G = 30.82%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCC0B3 (or 0xFCC0B3) is known color: Melon. HEX triplet: FC, C0 and B3. RGB value is (252,192,179). Sum of RGB (Red+Green+Blue) = 252+192+179=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0B3 is #033F4C. Grayscale: #D0D0D0. Windows color (decimal): -212813 or 11780348. OLE color: 11780348.

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

Color convert

RGB 252 192 179 -
CMYK 0 0.24 0.29 0.01
HSL 10.68º 0.92% 0.85% -
HSV(B) 10.68º 0.29% 0.99% -
XYZ 67.13 61.65 51.01 -
YUV 208.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 252 192 179 0 0.24 0.29 0.01 10.68 0.92 0.85
Hex FC C0 B3 0 18 1D 1 B 5C 55
Octal 374 300 263 0 30 35 1 13 134 125
Binary 11111100 11000000 10110011 0 11000 11101 1 1011 1011100 1010101

Color Harmonies of #FCC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0B3

Black with #FCC0B3

Text Example


Text Example

White with #FCC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0B3; }

 p { color: rgb(252,192,179); }

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

background-color css

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

 a { background-color: rgb(252,192,179); }

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

border-color css

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

 span { border-color: rgb(252,192,179); }

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