Html Css Color HEX #FFBEE1 Cotton Candy

📋 copy color: '#FFBEE1'

red 255 ◦ green 190 ◦ blue 225

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

Shades of Cotton Candy #FFBEE1

Tints of Cotton Candy #FFBEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.58%

R = 38.06%
G = 28.36%
B = 33.58%

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

#FFBEE1 (or 0xFFBEE1) is known color: Cotton Candy. HEX triplet: FF, BE and E1. RGB value is (255,190,225). Sum of RGB (Red+Green+Blue) = 255+190+225=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE1 is #00411E. Grayscale: #D5D5D5. Windows color (decimal): -16671 or 14794495. OLE color: 14794495.

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

Color convert

RGB 255 190 225 -
CMYK 0 0.25 0.12 0
HSL 327.69º 1% 0.87% -
HSV(B) 327.69º 0.25% 1% -
XYZ 73.24 63.52 79.63 -
YUV 213.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 255 190 225 0 0.25 0.12 0 327.69 1 0.87
Hex FF BE E1 0 19 C 0 148 64 57
Octal 377 276 341 0 31 14 0 510 144 127
Binary 11111111 10111110 11100001 0 11001 1100 0 101001000 1100100 1010111

Color Harmonies of #FFBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEE1

Black with #FFBEE1

Text Example


Text Example

White with #FFBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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