#F9BCD0

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

Shades of Cotton Candy #F9BCD0

Tints of Cotton Candy #F9BCD0

Color information

#F9BCD0 (or 0xF9BCD0) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D0. RGB value is (249,188,208). Sum of RGB (Red+Green+Blue) = 249+188+208=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD0 is #06432F. Grayscale: #D0D0D0. Windows color (decimal): -410416 or 13679865. OLE color: 13679865.

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

Color convert

RGB249188208-
CMYK00.240.160.02
HSL340.33º83.56%85.69%-
HSV(B)340.33º24.5%97.65%-
XYZ68.4460.6667.78-
YUV208.52127.71156.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=38.60%
G=29.15%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918820800.240.160.02340.3383.5685.69
HexF9BCD00181021545456
Octal371274320030202524124126
Binary111110011011110011010000011000100001010101010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD0; }

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

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

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

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

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

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

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

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