Html Css Color HEX #FDBABF Light Pink

📋 copy color: '#FDBABF'

red 253 ◦ green 186 ◦ blue 191

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

Shades of Light Pink #FDBABF

Tints of Light Pink #FDBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.52%

 BLUE value IS 191 (75% from 255) = 30.32%

R = 40.16%
G = 29.52%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDBABF (or 0xFDBABF) is known color: Light Pink. HEX triplet: FD, BA and BF. RGB value is (253,186,191). Sum of RGB (Red+Green+Blue) = 253+186+191=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABF is #024540. Grayscale: #CECECE. Windows color (decimal): -148801 or 12565245. OLE color: 12565245.

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

Color convert

RGB 253 186 191 -
CMYK 0 0.26 0.25 0.01
HSL 355.52º 0.94% 0.86% -
HSV(B) 355.52º 0.26% 0.99% -
XYZ 67.47 59.76 57.27 -
YUV 206.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 253 186 191 0 0.26 0.25 0.01 355.52 0.94 0.86
Hex FD BA BF 0 1A 19 1 164 5E 56
Octal 375 272 277 0 32 31 1 544 136 126
Binary 11111101 10111010 10111111 0 11010 11001 1 101100100 1011110 1010110

Color Harmonies of #FDBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBABF

Black with #FDBABF

Text Example


Text Example

White with #FDBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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