#FFBFDD

Color #FFBFDD Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FFBFDD

Tints of Cotton Candy #FFBFDD

Color information

#FFBFDD (or 0xFFBFDD) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and DD. RGB value is (255,191,221). Sum of RGB (Red+Green+Blue) = 255+191+221=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFDD is #004022. Grayscale: #D5D5D5. Windows color (decimal): -16419 or 14532607. OLE color: 14532607.

HSL color Cylindrical-coordinate representation of color #FFBFDD: hue angle of 331.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFDD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255191221-
CMYK00.250.130
HSL331.88º100%87.45%-
HSV(B)331.88º25.1%100%-
XYZ72.9263.7476.87-
YUV213.56132.2157.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=38.23%
G=28.64%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519122100.250.130331.8810087.45
HexFFBFDD019D014c6457
Octal377277335031150514144127
Binary1111111110111111110111010110011101010100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFDD; }

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

 H1.HeaderClassName
 {
   color: #FFBFDD;
 }
 .AnyTagClassName
 {
   color: #FFBFDD;
 }
</style>
background-color css

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

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

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

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

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

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