Html Css Color HEX #FEB9E1 Cotton Candy

📋 copy color: '#FEB9E1'

red 254 ◦ green 185 ◦ blue 225

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

Shades of Cotton Candy #FEB9E1

Tints of Cotton Candy #FEB9E1

RGB

 RED value IS 254 (99.61% from 255) = 38.25%

 GREEN value IS 185 (72.66% from 255) = 27.86%

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

R = 38.25%
G = 27.86%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEB9E1 (or 0xFEB9E1) is known color: Cotton Candy. HEX triplet: FE, B9 and E1. RGB value is (254,185,225). Sum of RGB (Red+Green+Blue) = 254+185+225=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9E1 is #01461E. Grayscale: #D2D2D2. Windows color (decimal): -83487 or 14793214. OLE color: 14793214.

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

Color convert

RGB 254 185 225 -
CMYK 0 0.27 0.11 0.00
HSL 325.22º 0.97% 0.86% -
HSV(B) 325.22º 0.27% 1% -
XYZ 71.81 61.21 79.26 -
YUV 210.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 254 185 225 0 0.27 0.11 0.00 325.22 0.97 0.86
Hex FE B9 E1 0 1B B 0 145 61 56
Octal 376 271 341 0 33 13 0 505 141 126
Binary 11111110 10111001 11100001 0 11011 1011 0 101000101 1100001 1010110

Color Harmonies of #FEB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9E1

Black with #FEB9E1

Text Example


Text Example

White with #FEB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9E1; }

 p { color: rgb(254,185,225); }

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

background-color css

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

 a { background-color: rgb(254,185,225); }

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

border-color css

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

 span { border-color: rgb(254,185,225); }

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