Html Css Color HEX #F8BAD1 Cotton Candy

📋 copy color: '#F8BAD1'

red 248 ◦ green 186 ◦ blue 209

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

Shades of Cotton Candy #F8BAD1

Tints of Cotton Candy #F8BAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.5%

R = 38.57%
G = 28.93%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8BAD1 (or 0xF8BAD1) is known color: Cotton Candy. HEX triplet: F8, BA and D1. RGB value is (248,186,209). Sum of RGB (Red+Green+Blue) = 248+186+209=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAD1 is #07452E. Grayscale: #CFCFCF. Windows color (decimal): -476463 or 13744888. OLE color: 13744888.

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

Color convert

RGB 248 186 209 -
CMYK 0 0.25 0.16 0.03
HSL 337.74º 0.82% 0.85% -
HSV(B) 337.74º 0.25% 0.97% -
XYZ 67.78 59.68 68.27 -
YUV 207.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 248 186 209 0 0.25 0.16 0.03 337.74 0.82 0.85
Hex F8 BA D1 0 19 10 3 152 52 55
Octal 370 272 321 0 31 20 3 522 122 125
Binary 11111000 10111010 11010001 0 11001 10000 11 101010010 1010010 1010101

Color Harmonies of #F8BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAD1

Black with #F8BAD1

Text Example


Text Example

White with #F8BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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