Html Css Color HEX #FBB8B4 Melon

📋 copy color: '#FBB8B4'

red 251 ◦ green 184 ◦ blue 180

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

Shades of Melon #FBB8B4

Tints of Melon #FBB8B4

RGB

 RED value IS 251 (98.44% from 255) = 40.81%

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

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

R = 40.81%
G = 29.92%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBB8B4 (or 0xFBB8B4) is known color: Melon. HEX triplet: FB, B8 and B4. RGB value is (251,184,180). Sum of RGB (Red+Green+Blue) = 251+184+180=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8B4 is #04474B. Grayscale: #CBCBCB. Windows color (decimal): -280396 or 11843835. OLE color: 11843835.

HSL color Cylindrical-coordinate representation of color #FBB8B4: hue angle of 3.38º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB8B4 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 180 -
CMYK 0 0.27 0.28 0.02
HSL 3.38º 0.9% 0.85% -
HSV(B) 3.38º 0.28% 0.98% -
XYZ 65.16 58.09 50.96 -
YUV 203.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 251 184 180 0 0.27 0.28 0.02 3.38 0.9 0.85
Hex FB B8 B4 0 1B 1C 2 3 5A 55
Octal 373 270 264 0 33 34 2 3 132 125
Binary 11111011 10111000 10110100 0 11011 11100 10 11 1011010 1010101

Color Harmonies of #FBB8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8B4

Black with #FBB8B4

Text Example


Text Example

White with #FBB8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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