Html Css Color HEX #FDBAC5 Light Pink

📋 copy color: '#FDBAC5'

red 253 ◦ green 186 ◦ blue 197

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

Shades of Light Pink #FDBAC5

Tints of Light Pink #FDBAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.97%

R = 39.78%
G = 29.25%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDBAC5 (or 0xFDBAC5) is known color: Light Pink. HEX triplet: FD, BA and C5. RGB value is (253,186,197). Sum of RGB (Red+Green+Blue) = 253+186+197=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC5 is #02453A. Grayscale: #CFCFCF. Windows color (decimal): -148795 or 12958461. OLE color: 12958461.

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

Color convert

RGB 253 186 197 -
CMYK 0 0.26 0.22 0.01
HSL 350.15º 0.94% 0.86% -
HSV(B) 350.15º 0.26% 0.99% -
XYZ 68.14 60.03 60.82 -
YUV 207.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 253 186 197 0 0.26 0.22 0.01 350.15 0.94 0.86
Hex FD BA C5 0 1A 16 1 15E 5E 56
Octal 375 272 305 0 32 26 1 536 136 126
Binary 11111101 10111010 11000101 0 11010 10110 1 101011110 1011110 1010110

Color Harmonies of #FDBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAC5

Black with #FDBAC5

Text Example


Text Example

White with #FDBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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