Html Css Color HEX #FFBDDF Cotton Candy

📋 copy color: '#FFBDDF'

red 255 ◦ green 189 ◦ blue 223

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

Shades of Cotton Candy #FFBDDF

Tints of Cotton Candy #FFBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 38.23%
G = 28.34%
B = 33.43%

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

#FFBDDF (or 0xFFBDDF) is known color: Cotton Candy. HEX triplet: FF, BD and DF. RGB value is (255,189,223). Sum of RGB (Red+Green+Blue) = 255+189+223=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDF is #004220. Grayscale: #D4D4D4. Windows color (decimal): -16929 or 14663167. OLE color: 14663167.

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

Color convert

RGB 255 189 223 -
CMYK 0 0.26 0.13 0
HSL 329.09º 1% 0.87% -
HSV(B) 329.09º 0.26% 1% -
XYZ 72.76 62.98 78.13 -
YUV 212.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 255 189 223 0 0.26 0.13 0 329.09 1 0.87
Hex FF BD DF 0 1A D 0 149 64 57
Octal 377 275 337 0 32 15 0 511 144 127
Binary 11111111 10111101 11011111 0 11010 1101 0 101001001 1100100 1010111

Color Harmonies of #FFBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDDF

Black with #FFBDDF

Text Example


Text Example

White with #FFBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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