#F6BBD2

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

Shades of Cotton Candy #F6BBD2

Tints of Cotton Candy #F6BBD2

Color information

#F6BBD2 (or 0xF6BBD2) is unknown color: approx Cotton Candy. HEX triplet: F6, BB and D2. RGB value is (246,187,210). Sum of RGB (Red+Green+Blue) = 246+187+210=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBD2 is #09442D. Grayscale: #CFCFCF. Windows color (decimal): -607278 or 13810678. OLE color: 13810678.

HSL color Cylindrical-coordinate representation of color #F6BBD2: hue angle of 336.61º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBD2 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246187210-
CMYK00.240.150.04
HSL336.61º76.62%84.9%-
HSV(B)336.61º23.98%96.47%-
XYZ67.4159.7968.96-
YUV207.26129.55155.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=38.26%
G=29.08%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618721000.240.150.04336.6176.6284.9
HexF6BBD2018F41514d55
Octal366273322030174521115125
Binary111101101011101111010010011000111110010101000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBD2; }

 p { color: rgb(246,187,210); }

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

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

 a { background-color: rgb(246,187,210); }

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

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

 span { border-color: rgb(246,187,210); }

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