Html Css Color HEX #FFBDB4 Melon

📋 copy color: '#FFBDB4'

red 255 ◦ green 189 ◦ blue 180

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

Shades of Melon #FFBDB4

Tints of Melon #FFBDB4

RGB

 RED value IS 255 (100% from 255) = 40.87%

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

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

R = 40.87%
G = 30.29%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFBDB4 (or 0xFFBDB4) is known color: Melon. HEX triplet: FF, BD and B4. RGB value is (255,189,180). Sum of RGB (Red+Green+Blue) = 255+189+180=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB4 is #00424B. Grayscale: #CFCFCF. Windows color (decimal): -16972 or 11845119. OLE color: 11845119.

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

Color convert

RGB 255 189 180 -
CMYK 0 0.26 0.29 0
HSL 7.2º 1% 0.85% -
HSV(B) 7.2º 0.29% 1% -
XYZ 67.68 60.95 51.38 -
YUV 207.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 255 189 180 0 0.26 0.29 0 7.2 1 0.85
Hex FF BD B4 0 1A 1D 0 7 64 55
Octal 377 275 264 0 32 35 0 7 144 125
Binary 11111111 10111101 10110100 0 11010 11101 0 111 1100100 1010101

Color Harmonies of #FFBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDB4

Black with #FFBDB4

Text Example


Text Example

White with #FFBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDB4; }

 p { color: rgb(255,189,180); }

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

background-color css

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

 a { background-color: rgb(255,189,180); }

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

border-color css

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

 span { border-color: rgb(255,189,180); }

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