Html Css Color HEX #FCBD90 Mandys Pink

📋 copy color: '#FCBD90'

red 252 ◦ green 189 ◦ blue 144

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

Shades of Mandys Pink #FCBD90

Tints of Mandys Pink #FCBD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 43.08%
G = 32.31%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCBD90 (or 0xFCBD90) is known color: Mandys Pink. HEX triplet: FC, BD and 90. RGB value is (252,189,144). Sum of RGB (Red+Green+Blue) = 252+189+144=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD90 is #03426F. Grayscale: #CACACA. Windows color (decimal): -213616 or 9485820. OLE color: 9485820.

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

Color convert

RGB 252 189 144 -
CMYK 0 0.25 0.43 0.01
HSL 25º 0.95% 0.78% -
HSV(B) 25º 0.43% 0.99% -
XYZ 63.38 59.1 34.45 -
YUV 202.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 252 189 144 0 0.25 0.43 0.01 25 0.95 0.78
Hex FC BD 90 0 19 2B 1 19 5F 4E
Octal 374 275 220 0 31 53 1 31 137 116
Binary 11111100 10111101 10010000 0 11001 101011 1 11001 1011111 1001110

Color Harmonies of #FCBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD90

Black with #FCBD90

Text Example


Text Example

White with #FCBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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