Html Css Color HEX #FDBACE Pink

📋 copy color: '#FDBACE'

red 253 ◦ green 186 ◦ blue 206

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

Shades of Pink #FDBACE

Tints of Pink #FDBACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.94%

R = 39.22%
G = 28.84%
B = 31.94%

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

#FDBACE (or 0xFDBACE) is known color: Pink. HEX triplet: FD, BA and CE. RGB value is (253,186,206). Sum of RGB (Red+Green+Blue) = 253+186+206=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACE is #024531. Grayscale: #D0D0D0. Windows color (decimal): -148786 or 13548285. OLE color: 13548285.

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

Color convert

RGB 253 186 206 -
CMYK 0 0.26 0.19 0.01
HSL 342.09º 0.94% 0.86% -
HSV(B) 342.09º 0.26% 0.99% -
XYZ 69.21 60.46 66.41 -
YUV 208.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 253 186 206 0 0.26 0.19 0.01 342.09 0.94 0.86
Hex FD BA CE 0 1A 13 1 156 5E 56
Octal 375 272 316 0 32 23 1 526 136 126
Binary 11111101 10111010 11001110 0 11010 10011 1 101010110 1011110 1010110

Color Harmonies of #FDBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBACE

Black with #FDBACE

Text Example


Text Example

White with #FDBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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