#FFBFDF

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

Shades of Cotton Candy #FFBFDF

Tints of Cotton Candy #FFBFDF

Color information

#FFBFDF (or 0xFFBFDF) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and DF. RGB value is (255,191,223). Sum of RGB (Red+Green+Blue) = 255+191+223=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFDF is #004020. Grayscale: #D5D5D5. Windows color (decimal): -16417 or 14663679. OLE color: 14663679.

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

Color convert

RGB255191223-
CMYK00.250.130
HSL330º100%87.45%-
HSV(B)330º25.1%100%-
XYZ73.1963.8578.28-
YUV213.78133.2157.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=38.12%
G=28.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519122300.250.13033010087.45
HexFFBFDF019D014a6457
Octal377277337031150512144127
Binary1111111110111111110111110110011101010100101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFDF; }

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

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

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

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

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

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

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

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