Html Css Color HEX #F8BAD8 Cotton Candy

📋 copy color: '#F8BAD8'

red 248 ◦ green 186 ◦ blue 216

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

Shades of Cotton Candy #F8BAD8

Tints of Cotton Candy #F8BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.23%

R = 38.15%
G = 28.62%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8BAD8 (or 0xF8BAD8) is known color: Cotton Candy. HEX triplet: F8, BA and D8. RGB value is (248,186,216). Sum of RGB (Red+Green+Blue) = 248+186+216=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAD8 is #074527. Grayscale: #CFCFCF. Windows color (decimal): -476456 or 14203640. OLE color: 14203640.

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

Color convert

RGB 248 186 216 -
CMYK 0 0.25 0.13 0.03
HSL 330.97º 0.82% 0.85% -
HSV(B) 330.97º 0.25% 0.97% -
XYZ 68.66 60.03 72.93 -
YUV 207.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 248 186 216 0 0.25 0.13 0.03 330.97 0.82 0.85
Hex F8 BA D8 0 19 D 3 14B 52 55
Octal 370 272 330 0 31 15 3 513 122 125
Binary 11111000 10111010 11011000 0 11001 1101 11 101001011 1010010 1010101

Color Harmonies of #F8BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAD8

Black with #F8BAD8

Text Example


Text Example

White with #F8BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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