Html Css Color HEX #FDBBAC Melon

📋 copy color: '#FDBBAC'

red 253 ◦ green 187 ◦ blue 172

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

Shades of Melon #FDBBAC

Tints of Melon #FDBBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.56%

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 41.34%
G = 30.56%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDBBAC (or 0xFDBBAC) is known color: Melon. HEX triplet: FD, BB and AC. RGB value is (253,187,172). Sum of RGB (Red+Green+Blue) = 253+187+172=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAC is #024453. Grayscale: #CDCDCD. Windows color (decimal): -148564 or 11320317. OLE color: 11320317.

HSL color Cylindrical-coordinate representation of color #FDBBAC: hue angle of 11.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDBBAC is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 172 -
CMYK 0 0.26 0.32 0.01
HSL 11.11º 0.95% 0.83% -
HSV(B) 11.11º 0.32% 0.99% -
XYZ 65.72 59.4 47.03 -
YUV 205.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 253 187 172 0 0.26 0.32 0.01 11.11 0.95 0.83
Hex FD BB AC 0 1A 20 1 B 5F 53
Octal 375 273 254 0 32 40 1 13 137 123
Binary 11111101 10111011 10101100 0 11010 100000 1 1011 1011111 1010011

Color Harmonies of #FDBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBAC

Black with #FDBBAC

Text Example


Text Example

White with #FDBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBAC; }

 p { color: rgb(253,187,172); }

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

background-color css

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

 a { background-color: rgb(253,187,172); }

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

border-color css

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

 span { border-color: rgb(253,187,172); }

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