#FFBFD4

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

Shades of Cotton Candy #FFBFD4

Tints of Cotton Candy #FFBFD4

Color information

#FFBFD4 (or 0xFFBFD4) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and D4. RGB value is (255,191,212). Sum of RGB (Red+Green+Blue) = 255+191+212=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD4 is #00402B. Grayscale: #D4D4D4. Windows color (decimal): -16428 or 13942783. OLE color: 13942783.

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

Color convert

RGB255191212-
CMYK00.250.170
HSL340.31º100%87.45%-
HSV(B)340.31º25.1%100%-
XYZ71.7563.2870.72-
YUV212.53127.7158.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=38.75%
G=29.03%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519121200.250.170340.3110087.45
HexFFBFD40191101546457
Octal377277324031210524144127
Binary11111111101111111101010001100110001010101010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFD4; }

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

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

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

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

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

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

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

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