Html Css Color HEX #FDBAC1 Light Pink

📋 copy color: '#FDBAC1'

red 253 ◦ green 186 ◦ blue 193

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

Shades of Light Pink #FDBAC1

Tints of Light Pink #FDBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.54%

R = 40.03%
G = 29.43%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDBAC1 (or 0xFDBAC1) is known color: Light Pink. HEX triplet: FD, BA and C1. RGB value is (253,186,193). Sum of RGB (Red+Green+Blue) = 253+186+193=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC1 is #02453E. Grayscale: #CECECE. Windows color (decimal): -148799 or 12696317. OLE color: 12696317.

HSL color Cylindrical-coordinate representation of color #FDBAC1: hue angle of 353.73º 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 #FDBAC1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 193 -
CMYK 0 0.26 0.24 0.01
HSL 353.73º 0.94% 0.86% -
HSV(B) 353.73º 0.26% 0.99% -
XYZ 67.69 59.85 58.44 -
YUV 206.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 253 186 193 0 0.26 0.24 0.01 353.73 0.94 0.86
Hex FD BA C1 0 1A 18 1 162 5E 56
Octal 375 272 301 0 32 30 1 542 136 126
Binary 11111101 10111010 11000001 0 11010 11000 1 101100010 1011110 1010110

Color Harmonies of #FDBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAC1

Black with #FDBAC1

Text Example


Text Example

White with #FDBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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