Html Css Color HEX #FFB9E6 Cotton Candy

📋 copy color: '#FFB9E6'

red 255 ◦ green 185 ◦ blue 230

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

Shades of Cotton Candy #FFB9E6

Tints of Cotton Candy #FFB9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.33%

R = 38.06%
G = 27.61%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFB9E6 (or 0xFFB9E6) is known color: Cotton Candy. HEX triplet: FF, B9 and E6. RGB value is (255,185,230). Sum of RGB (Red+Green+Blue) = 255+185+230=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9E6 is #004619. Grayscale: #D2D2D2. Windows color (decimal): -17946 or 15120895. OLE color: 15120895.

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

Color convert

RGB 255 185 230 -
CMYK 0 0.27 0.10 0
HSL 321.43º 1% 0.86% -
HSV(B) 321.43º 0.27% 1% -
XYZ 72.87 61.67 82.93 -
YUV 211.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 255 185 230 0 0.27 0.10 0 321.43 1 0.86
Hex FF B9 E6 0 1B A 0 141 64 56
Octal 377 271 346 0 33 12 0 501 144 126
Binary 11111111 10111001 11100110 0 11011 1010 0 101000001 1100100 1010110

Color Harmonies of #FFB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9E6

Black with #FFB9E6

Text Example


Text Example

White with #FFB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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