Html Css Color HEX #FFBEE0 Cotton Candy

📋 copy color: '#FFBEE0'

red 255 ◦ green 190 ◦ blue 224

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

Shades of Cotton Candy #FFBEE0

Tints of Cotton Candy #FFBEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.48%

R = 38.12%
G = 28.4%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFBEE0 (or 0xFFBEE0) is known color: Cotton Candy. HEX triplet: FF, BE and E0. RGB value is (255,190,224). Sum of RGB (Red+Green+Blue) = 255+190+224=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE0 is #00411F. Grayscale: #D5D5D5. Windows color (decimal): -16672 or 14728959. OLE color: 14728959.

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

Color convert

RGB 255 190 224 -
CMYK 0 0.25 0.12 0
HSL 328.62º 1% 0.87% -
HSV(B) 328.62º 0.25% 1% -
XYZ 73.11 63.47 78.92 -
YUV 213.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 255 190 224 0 0.25 0.12 0 328.62 1 0.87
Hex FF BE E0 0 19 C 0 149 64 57
Octal 377 276 340 0 31 14 0 511 144 127
Binary 11111111 10111110 11100000 0 11001 1100 0 101001001 1100100 1010111

Color Harmonies of #FFBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEE0

Black with #FFBEE0

Text Example


Text Example

White with #FFBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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