Html Css Color HEX #FDBDCD Pink

📋 copy color: '#FDBDCD'

red 253 ◦ green 189 ◦ blue 205

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

Shades of Pink #FDBDCD

Tints of Pink #FDBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.21%

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

R = 39.1%
G = 29.21%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDBDCD (or 0xFDBDCD) is known color: Pink. HEX triplet: FD, BD and CD. RGB value is (253,189,205). Sum of RGB (Red+Green+Blue) = 253+189+205=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCD is #024232. Grayscale: #D1D1D1. Windows color (decimal): -148019 or 13483517. OLE color: 13483517.

HSL color Cylindrical-coordinate representation of color #FDBDCD: hue angle of 345º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDCD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 189 205 -
CMYK 0 0.25 0.19 0.01
HSL 345º 0.94% 0.87% -
HSV(B) 345º 0.25% 0.99% -
XYZ 69.73 61.69 65.99 -
YUV 209.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 253 189 205 0 0.25 0.19 0.01 345 0.94 0.87
Hex FD BD CD 0 19 13 1 159 5E 57
Octal 375 275 315 0 31 23 1 531 136 127
Binary 11111101 10111101 11001101 0 11001 10011 1 101011001 1011110 1010111

Color Harmonies of #FDBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDCD

Black with #FDBDCD

Text Example


Text Example

White with #FDBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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