#FBB3CF

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

Shades of Cotton Candy #FBB3CF

Tints of Cotton Candy #FBB3CF

Color information

#FBB3CF (or 0xFBB3CF) is unknown color: approx Cotton Candy. HEX triplet: FB, B3 and CF. RGB value is (251,179,207). Sum of RGB (Red+Green+Blue) = 251+179+207=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3CF is #044C30. Grayscale: #CBCBCB. Windows color (decimal): -281649 or 13612027. OLE color: 13612027.

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

Color convert

RGB251179207-
CMYK00.290.180.02
HSL336.67º90%84.31%-
HSV(B)336.67º28.69%98.43%-
XYZ67.1757.2566.54-
YUV203.72129.85161.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 179 (70.31% from 255) = 28.10%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=39.40%
G=28.10%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117920700.290.180.02336.679084.31
HexFBB3CF01D1221515a54
Octal373263317035222521132124
Binary111110111011001111001111011101100101010101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3CF; }

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

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

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

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

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

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

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

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