Html Css Color HEX #FFB5CE Cotton Candy

📋 copy color: '#FFB5CE'

red 255 ◦ green 181 ◦ blue 206

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

Shades of Cotton Candy #FFB5CE

Tints of Cotton Candy #FFB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.19%

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

R = 39.72%
G = 28.19%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB5CE (or 0xFFB5CE) is known color: Cotton Candy. HEX triplet: FF, B5 and CE. RGB value is (255,181,206). Sum of RGB (Red+Green+Blue) = 255+181+206=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5CE is #004A31. Grayscale: #CDCDCD. Windows color (decimal): -18994 or 13547007. OLE color: 13547007.

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

Color convert

RGB 255 181 206 -
CMYK 0 0.29 0.19 0
HSL 339.73º 1% 0.85% -
HSV(B) 339.73º 0.29% 1% -
XYZ 68.9 58.76 66.1 -
YUV 205.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 255 181 206 0 0.29 0.19 0 339.73 1 0.85
Hex FF B5 CE 0 1D 13 0 154 64 55
Octal 377 265 316 0 35 23 0 524 144 125
Binary 11111111 10110101 11001110 0 11101 10011 0 101010100 1100100 1010101

Color Harmonies of #FFB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5CE

Black with #FFB5CE

Text Example


Text Example

White with #FFB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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