#FBB6CF

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

Shades of Cotton Candy #FBB6CF

Tints of Cotton Candy #FBB6CF

Color information

#FBB6CF (or 0xFBB6CF) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and CF. RGB value is (251,182,207). Sum of RGB (Red+Green+Blue) = 251+182+207=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6CF is #044930. Grayscale: #CDCDCD. Windows color (decimal): -280881 or 13612795. OLE color: 13612795.

HSL color Cylindrical-coordinate representation of color #FBB6CF: hue angle of 338.26º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6CF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251182207-
CMYK00.270.180.02
HSL338.26º89.61%84.9%-
HSV(B)338.26º27.49%98.43%-
XYZ67.7758.4766.75-
YUV205.48128.86160.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=39.22%
G=28.44%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118220700.270.180.02338.2689.6184.9
HexFBB6CF01B1221525a55
Octal373266317033222522132125
Binary111110111011011011001111011011100101010101001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6CF; }

 p { color: rgb(251,182,207); }

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

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

 a { background-color: rgb(251,182,207); }

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

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

 span { border-color: rgb(251,182,207); }

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