#F9BCD7

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

Shades of Cotton Candy #F9BCD7

Tints of Cotton Candy #F9BCD7

Color information

#F9BCD7 (or 0xF9BCD7) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D7. RGB value is (249,188,215). Sum of RGB (Red+Green+Blue) = 249+188+215=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD7 is #064328. Grayscale: #D1D1D1. Windows color (decimal): -410409 or 14138617. OLE color: 14138617.

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

Color convert

RGB249188215-
CMYK00.240.140.02
HSL333.44º83.56%85.69%-
HSV(B)333.44º24.5%97.65%-
XYZ69.3261.0172.41-
YUV209.32131.21156.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 215 (84.38% from 255) = 32.98%
R=38.19%
G=28.83%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918821500.240.140.02333.4483.5685.69
HexF9BCD7018E214d5456
Octal371274327030162515124126
Binary11111001101111001101011101100011101010100110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD7; }

 p { color: rgb(249,188,215); }

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

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

 a { background-color: rgb(249,188,215); }

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

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

 span { border-color: rgb(249,188,215); }

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