#FFBFD7

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

Shades of Cotton Candy #FFBFD7

Tints of Cotton Candy #FFBFD7

Color information

#FFBFD7 (or 0xFFBFD7) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and D7. RGB value is (255,191,215). Sum of RGB (Red+Green+Blue) = 255+191+215=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD7 is #004028. Grayscale: #D4D4D4. Windows color (decimal): -16425 or 14139391. OLE color: 14139391.

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

Color convert

RGB255191215-
CMYK00.250.160
HSL337.5º100%87.45%-
HSV(B)337.5º25.1%100%-
XYZ72.1463.4372.73-
YUV212.87129.2158.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=38.58%
G=28.90%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519121500.250.160337.510087.45
HexFFBFD70191001526457
Octal377277327031200522144127
Binary11111111101111111101011101100110000010101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFD7; }

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

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

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

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

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

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

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

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