Html Css Color HEX #FFBEE2 Cotton Candy

📋 copy color: '#FFBEE2'

red 255 ◦ green 190 ◦ blue 226

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

Shades of Cotton Candy #FFBEE2

Tints of Cotton Candy #FFBEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.32%

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

R = 38%
G = 28.32%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFBEE2 (or 0xFFBEE2) is known color: Cotton Candy. HEX triplet: FF, BE and E2. RGB value is (255,190,226). Sum of RGB (Red+Green+Blue) = 255+190+226=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE2 is #00411D. Grayscale: #D5D5D5. Windows color (decimal): -16670 or 14860031. OLE color: 14860031.

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

Color convert

RGB 255 190 226 -
CMYK 0 0.25 0.11 0
HSL 326.77º 1% 0.87% -
HSV(B) 326.77º 0.25% 1% -
XYZ 73.38 63.58 80.36 -
YUV 213.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 255 190 226 0 0.25 0.11 0 326.77 1 0.87
Hex FF BE E2 0 19 B 0 147 64 57
Octal 377 276 342 0 31 13 0 507 144 127
Binary 11111111 10111110 11100010 0 11001 1011 0 101000111 1100100 1010111

Color Harmonies of #FFBEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEE2

Black with #FFBEE2

Text Example


Text Example

White with #FFBEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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