Html Css Color HEX #F8BADD Cotton Candy

📋 copy color: '#F8BADD'

red 248 ◦ green 186 ◦ blue 221

#F8BADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #F8BADD

Tints of Cotton Candy #F8BADD

RGB

 RED value IS 248 (97.27% from 255) = 37.86%

 GREEN value IS 186 (73.05% from 255) = 28.4%

 BLUE value IS 221 (86.72% from 255) = 33.74%

R = 37.86%
G = 28.4%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8BADD (or 0xF8BADD) is known color: Cotton Candy. HEX triplet: F8, BA and DD. RGB value is (248,186,221). Sum of RGB (Red+Green+Blue) = 248+186+221=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADD is #074522. Grayscale: #D0D0D0. Windows color (decimal): -476451 or 14531320. OLE color: 14531320.

HSL color Cylindrical-coordinate representation of color #F8BADD: hue angle of 326.13º 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 #F8BADD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 186 221 -
CMYK 0 0.25 0.11 0.03
HSL 326.13º 0.82% 0.85% -
HSV(B) 326.13º 0.25% 0.97% -
XYZ 69.32 60.29 76.39 -
YUV 208.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 248 186 221 0 0.25 0.11 0.03 326.13 0.82 0.85
Hex F8 BA DD 0 19 B 3 146 52 55
Octal 370 272 335 0 31 13 3 506 122 125
Binary 11111000 10111010 11011101 0 11001 1011 11 101000110 1010010 1010101

Color Harmonies of #F8BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BADD

Black with #F8BADD

Text Example


Text Example

White with #F8BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BADD; }

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

 H1.HeaderClassName
 {
   color: #F8BADD;
 }
 .AnyTagClassName
 {
   color: #F8BADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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