Html Css Color HEX #FDBACD Pink

📋 copy color: '#FDBACD'

red 253 ◦ green 186 ◦ blue 205

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

Shades of Pink #FDBACD

Tints of Pink #FDBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 39.29%
G = 28.88%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDBACD (or 0xFDBACD) is known color: Pink. HEX triplet: FD, BA and CD. RGB value is (253,186,205). Sum of RGB (Red+Green+Blue) = 253+186+205=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACD is #024532. Grayscale: #D0D0D0. Windows color (decimal): -148787 or 13482749. OLE color: 13482749.

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

Color convert

RGB 253 186 205 -
CMYK 0 0.26 0.19 0.01
HSL 342.99º 0.94% 0.86% -
HSV(B) 342.99º 0.26% 0.99% -
XYZ 69.09 60.41 65.78 -
YUV 208.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 253 186 205 0 0.26 0.19 0.01 342.99 0.94 0.86
Hex FD BA CD 0 1A 13 1 157 5E 56
Octal 375 272 315 0 32 23 1 527 136 126
Binary 11111101 10111010 11001101 0 11010 10011 1 101010111 1011110 1010110

Color Harmonies of #FDBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBACD

Black with #FDBACD

Text Example


Text Example

White with #FDBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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