Html Css Color HEX #F8B9DC Cotton Candy

📋 copy color: '#F8B9DC'

red 248 ◦ green 185 ◦ blue 220

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

Shades of Cotton Candy #F8B9DC

Tints of Cotton Candy #F8B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.33%

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 37.98%
G = 28.33%
B = 33.69%

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

#F8B9DC (or 0xF8B9DC) is known color: Cotton Candy. HEX triplet: F8, B9 and DC. RGB value is (248,185,220). Sum of RGB (Red+Green+Blue) = 248+185+220=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9DC is #074623. Grayscale: #CFCFCF. Windows color (decimal): -476708 or 14465528. OLE color: 14465528.

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

Color convert

RGB 248 185 220 -
CMYK 0 0.25 0.11 0.03
HSL 326.67º 0.82% 0.85% -
HSV(B) 326.67º 0.25% 0.97% -
XYZ 68.98 59.82 75.62 -
YUV 207.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 248 185 220 0 0.25 0.11 0.03 326.67 0.82 0.85
Hex F8 B9 DC 0 19 B 3 147 52 55
Octal 370 271 334 0 31 13 3 507 122 125
Binary 11111000 10111001 11011100 0 11001 1011 11 101000111 1010010 1010101

Color Harmonies of #F8B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9DC

Black with #F8B9DC

Text Example


Text Example

White with #F8B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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