Html Css Color HEX #FDBACC Pink

📋 copy color: '#FDBACC'

red 253 ◦ green 186 ◦ blue 204

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

Shades of Pink #FDBACC

Tints of Pink #FDBACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 39.35%
G = 28.93%
B = 31.73%

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

#FDBACC (or 0xFDBACC) is known color: Pink. HEX triplet: FD, BA and CC. RGB value is (253,186,204). Sum of RGB (Red+Green+Blue) = 253+186+204=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACC is #024533. Grayscale: #D0D0D0. Windows color (decimal): -148788 or 13417213. OLE color: 13417213.

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

Color convert

RGB 253 186 204 -
CMYK 0 0.26 0.19 0.01
HSL 343.88º 0.94% 0.86% -
HSV(B) 343.88º 0.26% 0.99% -
XYZ 68.97 60.36 65.14 -
YUV 208.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 253 186 204 0 0.26 0.19 0.01 343.88 0.94 0.86
Hex FD BA CC 0 1A 13 1 158 5E 56
Octal 375 272 314 0 32 23 1 530 136 126
Binary 11111101 10111010 11001100 0 11010 10011 1 101011000 1011110 1010110

Color Harmonies of #FDBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBACC

Black with #FDBACC

Text Example


Text Example

White with #FDBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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