Html Css Color HEX #FCB08A Mandys Pink

📋 copy color: '#FCB08A'

red 252 ◦ green 176 ◦ blue 138

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

Shades of Mandys Pink #FCB08A

Tints of Mandys Pink #FCB08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 44.52%
G = 31.1%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCB08A (or 0xFCB08A) is known color: Mandys Pink. HEX triplet: FC, B0 and 8A. RGB value is (252,176,138). Sum of RGB (Red+Green+Blue) = 252+176+138=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB08A is #034F75. Grayscale: #C2C2C2. Windows color (decimal): -216950 or 9089276. OLE color: 9089276.

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

Color convert

RGB 252 176 138 -
CMYK 0 0.30 0.45 0.01
HSL 20º 0.95% 0.76% -
HSV(B) 20º 0.45% 0.99% -
XYZ 60.26 53.58 31.21 -
YUV 194.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 252 176 138 0 0.30 0.45 0.01 20 0.95 0.76
Hex FC B0 8A 0 1E 2D 1 14 5F 4C
Octal 374 260 212 0 36 55 1 24 137 114
Binary 11111100 10110000 10001010 0 11110 101101 1 10100 1011111 1001100

Color Harmonies of #FCB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB08A

Black with #FCB08A

Text Example


Text Example

White with #FCB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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