Html Css Color HEX #FCBA90 Mandys Pink

📋 copy color: '#FCBA90'

red 252 ◦ green 186 ◦ blue 144

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

Shades of Mandys Pink #FCBA90

Tints of Mandys Pink #FCBA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

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

R = 43.3%
G = 31.96%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCBA90 (or 0xFCBA90) is known color: Mandys Pink. HEX triplet: FC, BA and 90. RGB value is (252,186,144). Sum of RGB (Red+Green+Blue) = 252+186+144=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA90 is #03456F. Grayscale: #C9C9C9. Windows color (decimal): -214384 or 9485052. OLE color: 9485052.

HSL color Cylindrical-coordinate representation of color #FCBA90: hue angle of 23.33º 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 #FCBA90 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 144 -
CMYK 0 0.26 0.43 0.01
HSL 23.33º 0.95% 0.78% -
HSV(B) 23.33º 0.43% 0.99% -
XYZ 62.74 57.83 34.24 -
YUV 200.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 252 186 144 0 0.26 0.43 0.01 23.33 0.95 0.78
Hex FC BA 90 0 1A 2B 1 17 5F 4E
Octal 374 272 220 0 32 53 1 27 137 116
Binary 11111100 10111010 10010000 0 11010 101011 1 10111 1011111 1001110

Color Harmonies of #FCBA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA90

Black with #FCBA90

Text Example


Text Example

White with #FCBA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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