Html Css Color HEX #FCBDA7 Melon

📋 copy color: '#FCBDA7'

red 252 ◦ green 189 ◦ blue 167

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

Shades of Melon #FCBDA7

Tints of Melon #FCBDA7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.09%

 BLUE value IS 167 (65.63% from 255) = 27.47%

R = 41.45%
G = 31.09%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCBDA7 (or 0xFCBDA7) is known color: Melon. HEX triplet: FC, BD and A7. RGB value is (252,189,167). Sum of RGB (Red+Green+Blue) = 252+189+167=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA7 is #034258. Grayscale: #CDCDCD. Windows color (decimal): -213593 or 10993148. OLE color: 10993148.

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

Color convert

RGB 252 189 167 -
CMYK 0 0.25 0.34 0.01
HSL 15.53º 0.93% 0.82% -
HSV(B) 15.53º 0.34% 0.99% -
XYZ 65.32 59.88 44.67 -
YUV 205.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 252 189 167 0 0.25 0.34 0.01 15.53 0.93 0.82
Hex FC BD A7 0 19 22 1 10 5D 52
Octal 374 275 247 0 31 42 1 20 135 122
Binary 11111100 10111101 10100111 0 11001 100010 1 10000 1011101 1010010

Color Harmonies of #FCBDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA7

Black with #FCBDA7

Text Example


Text Example

White with #FCBDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA7; }

 p { color: rgb(252,189,167); }

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

background-color css

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

 a { background-color: rgb(252,189,167); }

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

border-color css

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

 span { border-color: rgb(252,189,167); }

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