Html Css Color HEX #FCBD9E Mandys Pink

📋 copy color: '#FCBD9E'

red 252 ◦ green 189 ◦ blue 158

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

Shades of Mandys Pink #FCBD9E

Tints of Mandys Pink #FCBD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 158 (62.11% from 255) = 26.38%

R = 42.07%
G = 31.55%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCBD9E (or 0xFCBD9E) is known color: Mandys Pink. HEX triplet: FC, BD and 9E. RGB value is (252,189,158). Sum of RGB (Red+Green+Blue) = 252+189+158=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD9E is #034261. Grayscale: #CCCCCC. Windows color (decimal): -213602 or 10403324. OLE color: 10403324.

HSL color Cylindrical-coordinate representation of color #FCBD9E: hue angle of 19.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCBD9E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 158 -
CMYK 0 0.25 0.37 0.01
HSL 19.79º 0.94% 0.8% -
HSV(B) 19.79º 0.37% 0.99% -
XYZ 64.51 59.56 40.44 -
YUV 204.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 252 189 158 0 0.25 0.37 0.01 19.79 0.94 0.8
Hex FC BD 9E 0 19 25 1 14 5E 50
Octal 374 275 236 0 31 45 1 24 136 120
Binary 11111100 10111101 10011110 0 11001 100101 1 10100 1011110 1010000

Color Harmonies of #FCBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD9E

Black with #FCBD9E

Text Example


Text Example

White with #FCBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD9E; }

 p { color: rgb(252,189,158); }

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

background-color css

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

 a { background-color: rgb(252,189,158); }

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

border-color css

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

 span { border-color: rgb(252,189,158); }

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