Html Css Color HEX #FFB7E2 Cotton Candy

📋 copy color: '#FFB7E2'

red 255 ◦ green 183 ◦ blue 226

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

Shades of Cotton Candy #FFB7E2

Tints of Cotton Candy #FFB7E2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.56%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 38.4%
G = 27.56%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFB7E2 (or 0xFFB7E2) is known color: Cotton Candy. HEX triplet: FF, B7 and E2. RGB value is (255,183,226). Sum of RGB (Red+Green+Blue) = 255+183+226=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7E2 is #00481D. Grayscale: #D1D1D1. Windows color (decimal): -18462 or 14858239. OLE color: 14858239.

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

Color convert

RGB 255 183 226 -
CMYK 0 0.28 0.11 0
HSL 324.17º 1% 0.86% -
HSV(B) 324.17º 0.28% 1% -
XYZ 71.9 60.62 79.86 -
YUV 209.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 255 183 226 0 0.28 0.11 0 324.17 1 0.86
Hex FF B7 E2 0 1C B 0 144 64 56
Octal 377 267 342 0 34 13 0 504 144 126
Binary 11111111 10110111 11100010 0 11100 1011 0 101000100 1100100 1010110

Color Harmonies of #FFB7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7E2

Black with #FFB7E2

Text Example


Text Example

White with #FFB7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7E2; }

 p { color: rgb(255,183,226); }

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

background-color css

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

 a { background-color: rgb(255,183,226); }

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

border-color css

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

 span { border-color: rgb(255,183,226); }

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