Html Css Color HEX #FFB9CE Cotton Candy

📋 copy color: '#FFB9CE'

red 255 ◦ green 185 ◦ blue 206

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

Shades of Cotton Candy #FFB9CE

Tints of Cotton Candy #FFB9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.89%

R = 39.47%
G = 28.64%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB9CE (or 0xFFB9CE) is known color: Cotton Candy. HEX triplet: FF, B9 and CE. RGB value is (255,185,206). Sum of RGB (Red+Green+Blue) = 255+185+206=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9CE is #004631. Grayscale: #D0D0D0. Windows color (decimal): -17970 or 13548031. OLE color: 13548031.

HSL color Cylindrical-coordinate representation of color #FFB9CE: hue angle of 342º 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 #FFB9CE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 206 -
CMYK 0 0.27 0.19 0
HSL 342º 1% 0.86% -
HSV(B) 342º 0.27% 1% -
XYZ 69.73 60.41 66.38 -
YUV 208.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 255 185 206 0 0.27 0.19 0 342 1 0.86
Hex FF B9 CE 0 1B 13 0 156 64 56
Octal 377 271 316 0 33 23 0 526 144 126
Binary 11111111 10111001 11001110 0 11011 10011 0 101010110 1100100 1010110

Color Harmonies of #FFB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9CE

Black with #FFB9CE

Text Example


Text Example

White with #FFB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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