Html Css Color HEX #FFBDD8 Cotton Candy

📋 copy color: '#FFBDD8'

red 255 ◦ green 189 ◦ blue 216

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

Shades of Cotton Candy #FFBDD8

Tints of Cotton Candy #FFBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 38.64%
G = 28.64%
B = 32.73%

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

#FFBDD8 (or 0xFFBDD8) is known color: Cotton Candy. HEX triplet: FF, BD and D8. RGB value is (255,189,216). Sum of RGB (Red+Green+Blue) = 255+189+216=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD8 is #004227. Grayscale: #D3D3D3. Windows color (decimal): -16936 or 14204415. OLE color: 14204415.

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

Color convert

RGB 255 189 216 -
CMYK 0 0.26 0.15 0
HSL 335.45º 1% 0.87% -
HSV(B) 335.45º 0.26% 1% -
XYZ 71.83 62.61 73.27 -
YUV 211.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 255 189 216 0 0.26 0.15 0 335.45 1 0.87
Hex FF BD D8 0 1A F 0 14F 64 57
Octal 377 275 330 0 32 17 0 517 144 127
Binary 11111111 10111101 11011000 0 11010 1111 0 101001111 1100100 1010111

Color Harmonies of #FFBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD8

Black with #FFBDD8

Text Example


Text Example

White with #FFBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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