Html Css Color HEX #FCB8B4 Melon

📋 copy color: '#FCB8B4'

red 252 ◦ green 184 ◦ blue 180

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

Shades of Melon #FCB8B4

Tints of Melon #FCB8B4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

 BLUE value IS 180 (70.7% from 255) = 29.22%

R = 40.91%
G = 29.87%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCB8B4 (or 0xFCB8B4) is known color: Melon. HEX triplet: FC, B8 and B4. RGB value is (252,184,180). Sum of RGB (Red+Green+Blue) = 252+184+180=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8B4 is #03474B. Grayscale: #CBCBCB. Windows color (decimal): -214860 or 11843836. OLE color: 11843836.

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

Color convert

RGB 252 184 180 -
CMYK 0 0.27 0.29 0.01
HSL 3.33º 0.92% 0.85% -
HSV(B) 3.33º 0.29% 0.99% -
XYZ 65.52 58.27 50.97 -
YUV 203.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 252 184 180 0 0.27 0.29 0.01 3.33 0.92 0.85
Hex FC B8 B4 0 1B 1D 1 3 5C 55
Octal 374 270 264 0 33 35 1 3 134 125
Binary 11111100 10111000 10110100 0 11011 11101 1 11 1011100 1010101

Color Harmonies of #FCB8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8B4

Black with #FCB8B4

Text Example


Text Example

White with #FCB8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8B4; }

 p { color: rgb(252,184,180); }

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

background-color css

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

 a { background-color: rgb(252,184,180); }

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

border-color css

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

 span { border-color: rgb(252,184,180); }

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