Html Css Color HEX #FDABBA Light Pink

📋 copy color: '#FDABBA'

red 253 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #FDABBA

Tints of Light Pink #FDABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.03%

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

R = 41.48%
G = 28.03%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDABBA (or 0xFDABBA) is known color: Light Pink. HEX triplet: FD, AB and BA. RGB value is (253,171,186). Sum of RGB (Red+Green+Blue) = 253+171+186=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBA is #025445. Grayscale: #C5C5C5. Windows color (decimal): -152646 or 12233725. OLE color: 12233725.

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

Color convert

RGB 253 171 186 -
CMYK 0 0.32 0.26 0.01
HSL 349.02º 0.95% 0.83% -
HSV(B) 349.02º 0.32% 0.99% -
XYZ 63.93 53.55 53.42 -
YUV 197.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 253 171 186 0 0.32 0.26 0.01 349.02 0.95 0.83
Hex FD AB BA 0 20 1A 1 15D 5F 53
Octal 375 253 272 0 40 32 1 535 137 123
Binary 11111101 10101011 10111010 0 100000 11010 1 101011101 1011111 1010011

Color Harmonies of #FDABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABBA

Black with #FDABBA

Text Example


Text Example

White with #FDABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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