Html Css Color HEX #FFBDDB Cotton Candy

📋 copy color: '#FFBDDB'

red 255 ◦ green 189 ◦ blue 219

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

Shades of Cotton Candy #FFBDDB

Tints of Cotton Candy #FFBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 38.46%
G = 28.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFBDDB (or 0xFFBDDB) is known color: Cotton Candy. HEX triplet: FF, BD and DB. RGB value is (255,189,219). Sum of RGB (Red+Green+Blue) = 255+189+219=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDB is #004224. Grayscale: #D4D4D4. Windows color (decimal): -16933 or 14401023. OLE color: 14401023.

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

Color convert

RGB 255 189 219 -
CMYK 0 0.26 0.14 0
HSL 332.73º 1% 0.87% -
HSV(B) 332.73º 0.26% 1% -
XYZ 72.22 62.77 75.33 -
YUV 212.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 255 189 219 0 0.26 0.14 0 332.73 1 0.87
Hex FF BD DB 0 1A E 0 14D 64 57
Octal 377 275 333 0 32 16 0 515 144 127
Binary 11111111 10111101 11011011 0 11010 1110 0 101001101 1100100 1010111

Color Harmonies of #FFBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDDB

Black with #FFBDDB

Text Example


Text Example

White with #FFBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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