Html Css Color HEX #FDBAC4 Light Pink

📋 copy color: '#FDBAC4'

red 253 ◦ green 186 ◦ blue 196

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

Shades of Light Pink #FDBAC4

Tints of Light Pink #FDBAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 39.84%
G = 29.29%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDBAC4 (or 0xFDBAC4) is known color: Light Pink. HEX triplet: FD, BA and C4. RGB value is (253,186,196). Sum of RGB (Red+Green+Blue) = 253+186+196=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC4 is #02453B. Grayscale: #CFCFCF. Windows color (decimal): -148796 or 12892925. OLE color: 12892925.

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

Color convert

RGB 253 186 196 -
CMYK 0 0.26 0.23 0.01
HSL 351.04º 0.94% 0.86% -
HSV(B) 351.04º 0.26% 0.99% -
XYZ 68.03 59.99 60.22 -
YUV 207.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 253 186 196 0 0.26 0.23 0.01 351.04 0.94 0.86
Hex FD BA C4 0 1A 17 1 15F 5E 56
Octal 375 272 304 0 32 27 1 537 136 126
Binary 11111101 10111010 11000100 0 11010 10111 1 101011111 1011110 1010110

Color Harmonies of #FDBAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAC4

Black with #FDBAC4

Text Example


Text Example

White with #FDBAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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