#FFB3D7

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

Shades of Cotton Candy #FFB3D7

Tints of Cotton Candy #FFB3D7

Color information

#FFB3D7 (or 0xFFB3D7) is unknown color: approx Cotton Candy. HEX triplet: FF, B3 and D7. RGB value is (255,179,215). Sum of RGB (Red+Green+Blue) = 255+179+215=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D7 is #004C28. Grayscale: #CDCDCD. Windows color (decimal): -19497 or 14136319. OLE color: 14136319.

HSL color Cylindrical-coordinate representation of color #FFB3D7: hue angle of 331.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3D7 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255179215-
CMYK00.300.160
HSL331.58º100%85.1%-
HSV(B)331.58º29.8%100%-
XYZ69.6358.4171.89-
YUV205.83133.18163.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 215 (84.38% from 255) = 33.13%
R=39.29%
G=27.58%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517921500.300.160331.5810085.1
HexFFB3D701E10014c6455
Octal377263327036200514144125
Binary11111111101100111101011101111010000010100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3D7; }

 p { color: rgb(255,179,215); }

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

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

 a { background-color: rgb(255,179,215); }

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

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

 span { border-color: rgb(255,179,215); }

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