Html Css Color HEX #FCB08C Mandys Pink

📋 copy color: '#FCB08C'

red 252 ◦ green 176 ◦ blue 140

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

Shades of Mandys Pink #FCB08C

Tints of Mandys Pink #FCB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 44.37%
G = 30.99%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCB08C (or 0xFCB08C) is known color: Mandys Pink. HEX triplet: FC, B0 and 8C. RGB value is (252,176,140). Sum of RGB (Red+Green+Blue) = 252+176+140=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB08C is #034F73. Grayscale: #C2C2C2. Windows color (decimal): -216948 or 9220348. OLE color: 9220348.

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

Color convert

RGB 252 176 140 -
CMYK 0 0.30 0.44 0.01
HSL 19.29º 0.95% 0.77% -
HSV(B) 19.29º 0.44% 0.99% -
XYZ 60.4 53.64 31.98 -
YUV 194.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 252 176 140 0 0.30 0.44 0.01 19.29 0.95 0.77
Hex FC B0 8C 0 1E 2C 1 13 5F 4D
Octal 374 260 214 0 36 54 1 23 137 115
Binary 11111100 10110000 10001100 0 11110 101100 1 10011 1011111 1001101

Color Harmonies of #FCB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB08C

Black with #FCB08C

Text Example


Text Example

White with #FCB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB08C; }

 p { color: rgb(252,176,140); }

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

background-color css

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

 a { background-color: rgb(252,176,140); }

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

border-color css

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

 span { border-color: rgb(252,176,140); }

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