#FBB3CD

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

Shades of Cotton Candy #FBB3CD

Tints of Cotton Candy #FBB3CD

Color information

#FBB3CD (or 0xFBB3CD) is unknown color: approx Cotton Candy. HEX triplet: FB, B3 and CD. RGB value is (251,179,205). Sum of RGB (Red+Green+Blue) = 251+179+205=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3CD is #044C32. Grayscale: #CBCBCB. Windows color (decimal): -281651 or 13480955. OLE color: 13480955.

HSL color Cylindrical-coordinate representation of color #FBB3CD: hue angle of 338.33º 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 #FBB3CD is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251179205-
CMYK00.290.180.02
HSL338.33º90%84.31%-
HSV(B)338.33º28.69%98.43%-
XYZ66.9257.1665.26-
YUV203.49128.85161.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=39.53%
G=28.19%
B=32.28%

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
Decimal25117920500.290.180.02338.339084.31
HexFBB3CD01D1221525a54
Octal373263315035222522132124
Binary111110111011001111001101011101100101010101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3CD; }

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

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

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

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

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

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

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

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