Html Css Color HEX #FFB9DC Cotton Candy

📋 copy color: '#FFB9DC'

red 255 ◦ green 185 ◦ blue 220

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

Shades of Cotton Candy #FFB9DC

Tints of Cotton Candy #FFB9DC

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

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

R = 38.64%
G = 28.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB9DC (or 0xFFB9DC) is known color: Cotton Candy. HEX triplet: FF, B9 and DC. RGB value is (255,185,220). Sum of RGB (Red+Green+Blue) = 255+185+220=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DC is #004623. Grayscale: #D1D1D1. Windows color (decimal): -17956 or 14465535. OLE color: 14465535.

HSL color Cylindrical-coordinate representation of color #FFB9DC: hue angle of 330º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9DC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 220 -
CMYK 0 0.27 0.14 0
HSL 330º 1% 0.86% -
HSV(B) 330º 0.27% 1% -
XYZ 71.51 61.13 75.74 -
YUV 209.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 255 185 220 0 0.27 0.14 0 330 1 0.86
Hex FF B9 DC 0 1B E 0 14A 64 56
Octal 377 271 334 0 33 16 0 512 144 126
Binary 11111111 10111001 11011100 0 11011 1110 0 101001010 1100100 1010110

Color Harmonies of #FFB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9DC

Black with #FFB9DC

Text Example


Text Example

White with #FFB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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