Html Css Color HEX #FFBDCC Pink

📋 copy color: '#FFBDCC'

red 255 ◦ green 189 ◦ blue 204

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

Shades of Pink #FFBDCC

Tints of Pink #FFBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 39.35%
G = 29.17%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFBDCC (or 0xFFBDCC) is known color: Pink. HEX triplet: FF, BD and CC. RGB value is (255,189,204). Sum of RGB (Red+Green+Blue) = 255+189+204=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCC is #004233. Grayscale: #D2D2D2. Windows color (decimal): -16948 or 13417983. OLE color: 13417983.

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

Color convert

RGB 255 189 204 -
CMYK 0 0.26 0.2 0
HSL 346.36º 1% 0.87% -
HSV(B) 346.36º 0.26% 1% -
XYZ 70.34 62.01 65.39 -
YUV 210.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 255 189 204 0 0.26 0.2 0 346.36 1 0.87
Hex FF BD CC 0 1A 14 0 15A 64 57
Octal 377 275 314 0 32 24 0 532 144 127
Binary 11111111 10111101 11001100 0 11010 10100 0 101011010 1100100 1010111

Color Harmonies of #FFBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDCC

Black with #FFBDCC

Text Example


Text Example

White with #FFBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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