Html Css Color HEX #FFB6E3 Cotton Candy

📋 copy color: '#FFB6E3'

red 255 ◦ green 182 ◦ blue 227

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

Shades of Cotton Candy #FFB6E3

Tints of Cotton Candy #FFB6E3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.41%

 BLUE value IS 227 (89.06% from 255) = 34.19%

R = 38.4%
G = 27.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFB6E3 (or 0xFFB6E3) is known color: Cotton Candy. HEX triplet: FF, B6 and E3. RGB value is (255,182,227). Sum of RGB (Red+Green+Blue) = 255+182+227=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 182 (71.48% from 255 or 27.41% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E3 is #00491C. Grayscale: #D0D0D0. Windows color (decimal): -18717 or 14923519. OLE color: 14923519.

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

Color convert

RGB 255 182 227 -
CMYK 0 0.29 0.11 0
HSL 323.01º 1% 0.86% -
HSV(B) 323.01º 0.29% 1% -
XYZ 71.83 60.26 80.52 -
YUV 208.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 255 182 227 0 0.29 0.11 0 323.01 1 0.86
Hex FF B6 E3 0 1D B 0 143 64 56
Octal 377 266 343 0 35 13 0 503 144 126
Binary 11111111 10110110 11100011 0 11101 1011 0 101000011 1100100 1010110

Color Harmonies of #FFB6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6E3

Black with #FFB6E3

Text Example


Text Example

White with #FFB6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6E3; }

 p { color: rgb(255,182,227); }

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

background-color css

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

 a { background-color: rgb(255,182,227); }

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

border-color css

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

 span { border-color: rgb(255,182,227); }

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