Html Css Color HEX #FFBDD6 Cotton Candy

📋 copy color: '#FFBDD6'

red 255 ◦ green 189 ◦ blue 214

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

Shades of Cotton Candy #FFBDD6

Tints of Cotton Candy #FFBDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.52%

R = 38.75%
G = 28.72%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFBDD6 (or 0xFFBDD6) is known color: Cotton Candy. HEX triplet: FF, BD and D6. RGB value is (255,189,214). Sum of RGB (Red+Green+Blue) = 255+189+214=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD6 is #004229. Grayscale: #D3D3D3. Windows color (decimal): -16938 or 14073343. OLE color: 14073343.

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

Color convert

RGB 255 189 214 -
CMYK 0 0.26 0.16 0
HSL 337.27º 1% 0.87% -
HSV(B) 337.27º 0.26% 1% -
XYZ 71.58 62.51 71.91 -
YUV 211.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 255 189 214 0 0.26 0.16 0 337.27 1 0.87
Hex FF BD D6 0 1A 10 0 151 64 57
Octal 377 275 326 0 32 20 0 521 144 127
Binary 11111111 10111101 11010110 0 11010 10000 0 101010001 1100100 1010111

Color Harmonies of #FFBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD6

Black with #FFBDD6

Text Example


Text Example

White with #FFBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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