#F9BCD2

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

Shades of Cotton Candy #F9BCD2

Tints of Cotton Candy #F9BCD2

Color information

#F9BCD2 (or 0xF9BCD2) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D2. RGB value is (249,188,210). Sum of RGB (Red+Green+Blue) = 249+188+210=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD2 is #06432D. Grayscale: #D0D0D0. Windows color (decimal): -410414 or 13810937. OLE color: 13810937.

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

Color convert

RGB249188210-
CMYK00.240.160.02
HSL338.36º83.56%85.69%-
HSV(B)338.36º24.5%97.65%-
XYZ68.6860.7669.08-
YUV208.75128.71156.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.49%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=38.49%
G=29.06%
B=32.46%

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
Decimal24918821000.240.160.02338.3683.5685.69
HexF9BCD20181021525456
Octal371274322030202522124126
Binary111110011011110011010010011000100001010101001010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD2; }

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

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

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

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

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

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

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

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