Html Css Color HEX #FBB28A Mandys Pink

📋 copy color: '#FBB28A'

red 251 ◦ green 178 ◦ blue 138

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

Shades of Mandys Pink #FBB28A

Tints of Mandys Pink #FBB28A

RGB

 RED value IS 251 (98.44% from 255) = 44.27%

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

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

R = 44.27%
G = 31.39%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBB28A (or 0xFBB28A) is known color: Mandys Pink. HEX triplet: FB, B2 and 8A. RGB value is (251,178,138). Sum of RGB (Red+Green+Blue) = 251+178+138=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB28A is #044D75. Grayscale: #C3C3C3. Windows color (decimal): -281974 or 9089787. OLE color: 9089787.

HSL color Cylindrical-coordinate representation of color #FBB28A: hue angle of 21.24º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBB28A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 178 138 -
CMYK 0 0.29 0.45 0.02
HSL 21.24º 0.93% 0.76% -
HSV(B) 21.24º 0.45% 0.98% -
XYZ 60.29 54.19 31.33 -
YUV 195.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 251 178 138 0 0.29 0.45 0.02 21.24 0.93 0.76
Hex FB B2 8A 0 1D 2D 2 15 5D 4C
Octal 373 262 212 0 35 55 2 25 135 114
Binary 11111011 10110010 10001010 0 11101 101101 10 10101 1011101 1001100

Color Harmonies of #FBB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB28A

Black with #FBB28A

Text Example


Text Example

White with #FBB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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