#F6BED4

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

Shades of Cotton Candy #F6BED4

Tints of Cotton Candy #F6BED4

Color information

#F6BED4 (or 0xF6BED4) is unknown color: approx Cotton Candy. HEX triplet: F6, BE and D4. RGB value is (246,190,212). Sum of RGB (Red+Green+Blue) = 246+190+212=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED4 is #09412B. Grayscale: #D1D1D1. Windows color (decimal): -606508 or 13942518. OLE color: 13942518.

HSL color Cylindrical-coordinate representation of color #F6BED4: hue angle of 336.43º 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 #F6BED4 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246190212-
CMYK00.230.140.04
HSL336.43º75.68%85.49%-
HSV(B)336.43º22.76%96.47%-
XYZ68.361.1770.5-
YUV209.25129.55154.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=37.96%
G=29.32%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619021200.230.140.04336.4375.6885.49
HexF6BED4017E41504c55
Octal366276324027164520114125
Binary111101101011111011010100010111111010010101000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BED4; }

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

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

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

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

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

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

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

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