Html Css Color HEX #FDB2BA Light Pink

📋 copy color: '#FDB2BA'

red 253 ◦ green 178 ◦ blue 186

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

Shades of Light Pink #FDB2BA

Tints of Light Pink #FDB2BA

RGB

 RED value IS 253 (99.22% from 255) = 41%

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

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 41%
G = 28.85%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB2BA (or 0xFDB2BA) is known color: Light Pink. HEX triplet: FD, B2 and BA. RGB value is (253,178,186). Sum of RGB (Red+Green+Blue) = 253+178+186=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2BA is #024D45. Grayscale: #C9C9C9. Windows color (decimal): -150854 or 12235517. OLE color: 12235517.

HSL color Cylindrical-coordinate representation of color #FDB2BA: hue angle of 353.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2BA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 178 186 -
CMYK 0 0.30 0.26 0.01
HSL 353.6º 0.95% 0.85% -
HSV(B) 353.6º 0.3% 0.99% -
XYZ 65.29 56.27 53.87 -
YUV 201.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 253 178 186 0 0.30 0.26 0.01 353.6 0.95 0.85
Hex FD B2 BA 0 1E 1A 1 162 5F 55
Octal 375 262 272 0 36 32 1 542 137 125
Binary 11111101 10110010 10111010 0 11110 11010 1 101100010 1011111 1010101

Color Harmonies of #FDB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2BA

Black with #FDB2BA

Text Example


Text Example

White with #FDB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2BA; }

 p { color: rgb(253,178,186); }

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

background-color css

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

 a { background-color: rgb(253,178,186); }

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

border-color css

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

 span { border-color: rgb(253,178,186); }

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