#F8BCDA

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

Shades of Cotton Candy #F8BCDA

Tints of Cotton Candy #F8BCDA

Color information

#F8BCDA (or 0xF8BCDA) is unknown color: approx Cotton Candy. HEX triplet: F8, BC and DA. RGB value is (248,188,218). Sum of RGB (Red+Green+Blue) = 248+188+218=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCDA is #074325. Grayscale: #D1D1D1. Windows color (decimal): -475942 or 14335224. OLE color: 14335224.

HSL color Cylindrical-coordinate representation of color #F8BCDA: hue angle of 330º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCDA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248188218-
CMYK00.240.120.03
HSL330º81.08%85.49%-
HSV(B)330º24.19%97.25%-
XYZ69.3560.9874.45-
YUV209.36132.88155.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=37.92%
G=28.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818821800.240.120.0333081.0885.49
HexF8BCDA018C314a5155
Octal370274332030143512121125
Binary11111000101111001101101001100011001110100101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCDA; }

 p { color: rgb(248,188,218); }

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

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

 a { background-color: rgb(248,188,218); }

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

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

 span { border-color: rgb(248,188,218); }

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