Html Css Color HEX #FFBDCB Pink

📋 copy color: '#FFBDCB'

red 255 ◦ green 189 ◦ blue 203

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

Shades of Pink #FFBDCB

Tints of Pink #FFBDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.38%

R = 39.41%
G = 29.21%
B = 31.38%

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

#FFBDCB (or 0xFFBDCB) is known color: Pink. HEX triplet: FF, BD and CB. RGB value is (255,189,203). Sum of RGB (Red+Green+Blue) = 255+189+203=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCB is #004234. Grayscale: #D2D2D2. Windows color (decimal): -16949 or 13352447. OLE color: 13352447.

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

Color convert

RGB 255 189 203 -
CMYK 0 0.26 0.20 0
HSL 347.27º 1% 0.87% -
HSV(B) 347.27º 0.26% 1% -
XYZ 70.22 61.97 64.76 -
YUV 210.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 255 189 203 0 0.26 0.20 0 347.27 1 0.87
Hex FF BD CB 0 1A 14 0 15B 64 57
Octal 377 275 313 0 32 24 0 533 144 127
Binary 11111111 10111101 11001011 0 11010 10100 0 101011011 1100100 1010111

Color Harmonies of #FFBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDCB

Black with #FFBDCB

Text Example


Text Example

White with #FFBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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