Html Css Color HEX #FFBDCD Pink

📋 copy color: '#FFBDCD'

red 255 ◦ green 189 ◦ blue 205

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

Shades of Pink #FFBDCD

Tints of Pink #FFBDCD

RGB

 RED value IS 255 (100% from 255) = 39.29%

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

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

R = 39.29%
G = 29.12%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFBDCD (or 0xFFBDCD) is known color: Pink. HEX triplet: FF, BD and CD. RGB value is (255,189,205). Sum of RGB (Red+Green+Blue) = 255+189+205=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCD is #004232. Grayscale: #D2D2D2. Windows color (decimal): -16947 or 13483519. OLE color: 13483519.

HSL color Cylindrical-coordinate representation of color #FFBDCD: hue angle of 345.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDCD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 205 -
CMYK 0 0.26 0.20 0
HSL 345.45º 1% 0.87% -
HSV(B) 345.45º 0.26% 1% -
XYZ 70.46 62.06 66.02 -
YUV 210.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 255 189 205 0 0.26 0.20 0 345.45 1 0.87
Hex FF BD CD 0 1A 14 0 159 64 57
Octal 377 275 315 0 32 24 0 531 144 127
Binary 11111111 10111101 11001101 0 11010 10100 0 101011001 1100100 1010111

Color Harmonies of #FFBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDCD

Black with #FFBDCD

Text Example


Text Example

White with #FFBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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