Html Css Color HEX #FCB28A Mandys Pink

📋 copy color: '#FCB28A'

red 252 ◦ green 178 ◦ blue 138

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

Shades of Mandys Pink #FCB28A

Tints of Mandys Pink #FCB28A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 44.37%
G = 31.34%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCB28A (or 0xFCB28A) is known color: Mandys Pink. HEX triplet: FC, B2 and 8A. RGB value is (252,178,138). Sum of RGB (Red+Green+Blue) = 252+178+138=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB28A is #034D75. Grayscale: #C3C3C3. Windows color (decimal): -216438 or 9089788. OLE color: 9089788.

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

Color convert

RGB 252 178 138 -
CMYK 0 0.29 0.45 0.01
HSL 21.05º 0.95% 0.76% -
HSV(B) 21.05º 0.45% 0.99% -
XYZ 60.65 54.37 31.34 -
YUV 195.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 252 178 138 0 0.29 0.45 0.01 21.05 0.95 0.76
Hex FC B2 8A 0 1D 2D 1 15 5F 4C
Octal 374 262 212 0 35 55 1 25 137 114
Binary 11111100 10110010 10001010 0 11101 101101 1 10101 1011111 1001100

Color Harmonies of #FCB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB28A

Black with #FCB28A

Text Example


Text Example

White with #FCB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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