Html Css Color HEX #FFB6E4 Cotton Candy

📋 copy color: '#FFB6E4'

red 255 ◦ green 182 ◦ blue 228

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

Shades of Cotton Candy #FFB6E4

Tints of Cotton Candy #FFB6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.29%

R = 38.35%
G = 27.37%
B = 34.29%

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

#FFB6E4 (or 0xFFB6E4) is known color: Cotton Candy. HEX triplet: FF, B6 and E4. RGB value is (255,182,228). Sum of RGB (Red+Green+Blue) = 255+182+228=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E4 is #00491B. Grayscale: #D0D0D0. Windows color (decimal): -18716 or 14989055. OLE color: 14989055.

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

Color convert

RGB 255 182 228 -
CMYK 0 0.29 0.11 0
HSL 322.19º 1% 0.86% -
HSV(B) 322.19º 0.29% 1% -
XYZ 71.97 60.32 81.25 -
YUV 209.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 255 182 228 0 0.29 0.11 0 322.19 1 0.86
Hex FF B6 E4 0 1D B 0 142 64 56
Octal 377 266 344 0 35 13 0 502 144 126
Binary 11111111 10110110 11100100 0 11101 1011 0 101000010 1100100 1010110

Color Harmonies of #FFB6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6E4

Black with #FFB6E4

Text Example


Text Example

White with #FFB6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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