Html Css Color HEX #FDB3BA Light Pink

📋 copy color: '#FDB3BA'

red 253 ◦ green 179 ◦ blue 186

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

Shades of Light Pink #FDB3BA

Tints of Light Pink #FDB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.96%

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

R = 40.94%
G = 28.96%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB3BA (or 0xFDB3BA) is known color: Light Pink. HEX triplet: FD, B3 and BA. RGB value is (253,179,186). Sum of RGB (Red+Green+Blue) = 253+179+186=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3BA is #024C45. Grayscale: #C9C9C9. Windows color (decimal): -150598 or 12235773. OLE color: 12235773.

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

Color convert

RGB 253 179 186 -
CMYK 0 0.29 0.26 0.01
HSL 354.32º 0.95% 0.85% -
HSV(B) 354.32º 0.29% 0.99% -
XYZ 65.49 56.67 53.94 -
YUV 201.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 253 179 186 0 0.29 0.26 0.01 354.32 0.95 0.85
Hex FD B3 BA 0 1D 1A 1 162 5F 55
Octal 375 263 272 0 35 32 1 542 137 125
Binary 11111101 10110011 10111010 0 11101 11010 1 101100010 1011111 1010101

Color Harmonies of #FDB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3BA

Black with #FDB3BA

Text Example


Text Example

White with #FDB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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