Html Css Color HEX #FFBDDD Cotton Candy

📋 copy color: '#FFBDDD'

red 255 ◦ green 189 ◦ blue 221

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

Shades of Cotton Candy #FFBDDD

Tints of Cotton Candy #FFBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.23%

R = 38.35%
G = 28.42%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFBDDD (or 0xFFBDDD) is known color: Cotton Candy. HEX triplet: FF, BD and DD. RGB value is (255,189,221). Sum of RGB (Red+Green+Blue) = 255+189+221=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDD is #004222. Grayscale: #D4D4D4. Windows color (decimal): -16931 or 14532095. OLE color: 14532095.

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

Color convert

RGB 255 189 221 -
CMYK 0 0.26 0.13 0
HSL 330.91º 1% 0.87% -
HSV(B) 330.91º 0.26% 1% -
XYZ 72.49 62.88 76.72 -
YUV 212.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 255 189 221 0 0.26 0.13 0 330.91 1 0.87
Hex FF BD DD 0 1A D 0 14B 64 57
Octal 377 275 335 0 32 15 0 513 144 127
Binary 11111111 10111101 11011101 0 11010 1101 0 101001011 1100100 1010111

Color Harmonies of #FFBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDDD

Black with #FFBDDD

Text Example


Text Example

White with #FFBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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