Html Css Color HEX #FDBAC0 Light Pink

📋 copy color: '#FDBAC0'

red 253 ◦ green 186 ◦ blue 192

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

Shades of Light Pink #FDBAC0

Tints of Light Pink #FDBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.43%

R = 40.1%
G = 29.48%
B = 30.43%

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

#FDBAC0 (or 0xFDBAC0) is known color: Light Pink. HEX triplet: FD, BA and C0. RGB value is (253,186,192). Sum of RGB (Red+Green+Blue) = 253+186+192=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC0 is #02453F. Grayscale: #CECECE. Windows color (decimal): -148800 or 12630781. OLE color: 12630781.

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

Color convert

RGB 253 186 192 -
CMYK 0 0.26 0.24 0.01
HSL 354.63º 0.94% 0.86% -
HSV(B) 354.63º 0.26% 0.99% -
XYZ 67.58 59.81 57.85 -
YUV 206.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 253 186 192 0 0.26 0.24 0.01 354.63 0.94 0.86
Hex FD BA C0 0 1A 18 1 163 5E 56
Octal 375 272 300 0 32 30 1 543 136 126
Binary 11111101 10111010 11000000 0 11010 11000 1 101100011 1011110 1010110

Color Harmonies of #FDBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAC0

Black with #FDBAC0

Text Example


Text Example

White with #FDBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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