#F8BADC

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

Shades of Cotton Candy #F8BADC

Tints of Cotton Candy #F8BADC

Color information

#F8BADC (or 0xF8BADC) is unknown color: approx Cotton Candy. HEX triplet: F8, BA and DC. RGB value is (248,186,220). Sum of RGB (Red+Green+Blue) = 248+186+220=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADC is #074523. Grayscale: #D0D0D0. Windows color (decimal): -476452 or 14465784. OLE color: 14465784.

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

Color convert

RGB248186220-
CMYK00.250.110.03
HSL327.1º81.58%85.1%-
HSV(B)327.1º25%97.25%-
XYZ69.1960.2475.69-
YUV208.41134.54156.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=37.92%
G=28.44%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818622000.250.110.03327.181.5885.1
HexF8BADC019B31475255
Octal370272334031133507122125
Binary11111000101110101101110001100110111110100011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BADC; }

 p { color: rgb(248,186,220); }

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

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

 a { background-color: rgb(248,186,220); }

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

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

 span { border-color: rgb(248,186,220); }

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