Html Css Color HEX #FFBDC8 Pink

📋 copy color: '#FFBDC8'

red 255 ◦ green 189 ◦ blue 200

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

Shades of Pink #FFBDC8

Tints of Pink #FFBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.06%

R = 39.6%
G = 29.35%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFBDC8 (or 0xFFBDC8) is known color: Pink. HEX triplet: FF, BD and C8. RGB value is (255,189,200). Sum of RGB (Red+Green+Blue) = 255+189+200=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC8 is #004237. Grayscale: #D2D2D2. Windows color (decimal): -16952 or 13155839. OLE color: 13155839.

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

Color convert

RGB 255 189 200 -
CMYK 0 0.26 0.22 0
HSL 350º 1% 0.87% -
HSV(B) 350º 0.26% 1% -
XYZ 69.86 61.83 62.89 -
YUV 209.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 255 189 200 0 0.26 0.22 0 350 1 0.87
Hex FF BD C8 0 1A 16 0 15E 64 57
Octal 377 275 310 0 32 26 0 536 144 127
Binary 11111111 10111101 11001000 0 11010 10110 0 101011110 1100100 1010111

Color Harmonies of #FFBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDC8

Black with #FFBDC8

Text Example


Text Example

White with #FFBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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