Html Css Color HEX #FCBD8F Mandys Pink

📋 copy color: '#FCBD8F'

red 252 ◦ green 189 ◦ blue 143

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

Shades of Mandys Pink #FCBD8F

Tints of Mandys Pink #FCBD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.49%

R = 43.15%
G = 32.36%
B = 24.49%

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

#FCBD8F (or 0xFCBD8F) is known color: Mandys Pink. HEX triplet: FC, BD and 8F. RGB value is (252,189,143). Sum of RGB (Red+Green+Blue) = 252+189+143=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD8F is #034270. Grayscale: #CACACA. Windows color (decimal): -213617 or 9420284. OLE color: 9420284.

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

Color convert

RGB 252 189 143 -
CMYK 0 0.25 0.43 0.01
HSL 25.32º 0.95% 0.77% -
HSV(B) 25.32º 0.43% 0.99% -
XYZ 63.3 59.07 34.05 -
YUV 202.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 252 189 143 0 0.25 0.43 0.01 25.32 0.95 0.77
Hex FC BD 8F 0 19 2B 1 19 5F 4D
Octal 374 275 217 0 31 53 1 31 137 115
Binary 11111100 10111101 10001111 0 11001 101011 1 11001 1011111 1001101

Color Harmonies of #FCBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD8F

Black with #FCBD8F

Text Example


Text Example

White with #FCBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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