#F6B8D3

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

Shades of Cotton Candy #F6B8D3

Tints of Cotton Candy #F6B8D3

Color information

#F6B8D3 (or 0xF6B8D3) is unknown color: approx Cotton Candy. HEX triplet: F6, B8 and D3. RGB value is (246,184,211). Sum of RGB (Red+Green+Blue) = 246+184+211=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8D3 is #09472C. Grayscale: #CDCDCD. Windows color (decimal): -608045 or 13875446. OLE color: 13875446.

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

Color convert

RGB246184211-
CMYK00.250.140.04
HSL333.87º77.5%84.31%-
HSV(B)333.87º25.2%96.47%-
XYZ66.958.5869.41-
YUV205.62131.04156.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 211 (82.81% from 255) = 32.92%
R=38.38%
G=28.71%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618421100.250.140.04333.8777.584.31
HexF6B8D3019E414e4e54
Octal366270323031164516116124
Binary111101101011100011010011011001111010010100111010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B8D3; }

 p { color: rgb(246,184,211); }

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

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

 a { background-color: rgb(246,184,211); }

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

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

 span { border-color: rgb(246,184,211); }

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