#FFB9CF

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

Shades of Cotton Candy #FFB9CF

Tints of Cotton Candy #FFB9CF

Color information

#FFB9CF (or 0xFFB9CF) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and CF. RGB value is (255,185,207). Sum of RGB (Red+Green+Blue) = 255+185+207=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9CF is #004630. Grayscale: #D0D0D0. Windows color (decimal): -17969 or 13613567. OLE color: 13613567.

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

Color convert

RGB255185207-
CMYK00.270.190
HSL341.14º100%86.27%-
HSV(B)341.14º27.45%100%-
XYZ69.8560.4667.02-
YUV208.44127.19161.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 185 (72.66% from 255) = 28.59%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=39.41%
G=28.59%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518520700.270.190341.1410086.27
HexFFB9CF01B1301556456
Octal377271317033230525144126
Binary11111111101110011100111101101110011010101010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9CF; }

 p { color: rgb(255,185,207); }

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

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

 a { background-color: rgb(255,185,207); }

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

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

 span { border-color: rgb(255,185,207); }

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