#F6BED2

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

Shades of Cotton Candy #F6BED2

Tints of Cotton Candy #F6BED2

Color information

#F6BED2 (or 0xF6BED2) is unknown color: approx Cotton Candy. HEX triplet: F6, BE and D2. RGB value is (246,190,210). Sum of RGB (Red+Green+Blue) = 246+190+210=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED2 is #09412D. Grayscale: #D0D0D0. Windows color (decimal): -606510 or 13811446. OLE color: 13811446.

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

Color convert

RGB246190210-
CMYK00.230.150.04
HSL338.57º75.68%85.49%-
HSV(B)338.57º22.76%96.47%-
XYZ68.0561.0769.17-
YUV209.02128.55154.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 210 (82.42% from 255) = 32.51%
R=38.08%
G=29.41%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619021000.230.150.04338.5775.6885.49
HexF6BED2017F41534c55
Octal366276322027174523114125
Binary111101101011111011010010010111111110010101001110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BED2; }

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

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

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

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

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

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

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

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