Html Css Color HEX #FDBFB2 Melon

📋 copy color: '#FDBFB2'

red 253 ◦ green 191 ◦ blue 178

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

Shades of Melon #FDBFB2

Tints of Melon #FDBFB2

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 178 (69.92% from 255) = 28.62%

R = 40.68%
G = 30.71%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDBFB2 (or 0xFDBFB2) is known color: Melon. HEX triplet: FD, BF and B2. RGB value is (253,191,178). Sum of RGB (Red+Green+Blue) = 253+191+178=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFB2 is #02404D. Grayscale: #D0D0D0. Windows color (decimal): -147534 or 11714557. OLE color: 11714557.

HSL color Cylindrical-coordinate representation of color #FDBFB2: hue angle of 10.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBFB2 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 191 178 -
CMYK 0 0.25 0.30 0.01
HSL 10.4º 0.95% 0.85% -
HSV(B) 10.4º 0.3% 0.99% -
XYZ 67.17 61.36 50.42 -
YUV 208.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 253 191 178 0 0.25 0.30 0.01 10.4 0.95 0.85
Hex FD BF B2 0 19 1E 1 A 5F 55
Octal 375 277 262 0 31 36 1 12 137 125
Binary 11111101 10111111 10110010 0 11001 11110 1 1010 1011111 1010101

Color Harmonies of #FDBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFB2

Black with #FDBFB2

Text Example


Text Example

White with #FDBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFB2; }

 p { color: rgb(253,191,178); }

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

background-color css

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

 a { background-color: rgb(253,191,178); }

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

border-color css

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

 span { border-color: rgb(253,191,178); }

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