Html Css Color HEX #FFBDD9 Cotton Candy

📋 copy color: '#FFBDD9'

red 255 ◦ green 189 ◦ blue 217

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

Shades of Cotton Candy #FFBDD9

Tints of Cotton Candy #FFBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.83%

R = 38.58%
G = 28.59%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFBDD9 (or 0xFFBDD9) is known color: Cotton Candy. HEX triplet: FF, BD and D9. RGB value is (255,189,217). Sum of RGB (Red+Green+Blue) = 255+189+217=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD9 is #004226. Grayscale: #D3D3D3. Windows color (decimal): -16935 or 14269951. OLE color: 14269951.

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

Color convert

RGB 255 189 217 -
CMYK 0 0.26 0.15 0
HSL 334.55º 1% 0.87% -
HSV(B) 334.55º 0.26% 1% -
XYZ 71.96 62.66 73.95 -
YUV 211.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 255 189 217 0 0.26 0.15 0 334.55 1 0.87
Hex FF BD D9 0 1A F 0 14F 64 57
Octal 377 275 331 0 32 17 0 517 144 127
Binary 11111111 10111101 11011001 0 11010 1111 0 101001111 1100100 1010111

Color Harmonies of #FFBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD9

Black with #FFBDD9

Text Example


Text Example

White with #FFBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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