Html Css Color HEX #FEBAE5 Cotton Candy

📋 copy color: '#FEBAE5'

red 254 ◦ green 186 ◦ blue 229

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

Shades of Cotton Candy #FEBAE5

Tints of Cotton Candy #FEBAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.8%

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 37.97%
G = 27.8%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEBAE5 (or 0xFEBAE5) is known color: Cotton Candy. HEX triplet: FE, BA and E5. RGB value is (254,186,229). Sum of RGB (Red+Green+Blue) = 254+186+229=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAE5 is #01451A. Grayscale: #D3D3D3. Windows color (decimal): -83227 or 15055614. OLE color: 15055614.

HSL color Cylindrical-coordinate representation of color #FEBAE5: hue angle of 322.06º 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 #FEBAE5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 229 -
CMYK 0 0.27 0.10 0.00
HSL 322.06º 0.97% 0.86% -
HSV(B) 322.06º 0.27% 1% -
XYZ 72.57 61.85 82.24 -
YUV 211.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 254 186 229 0 0.27 0.10 0.00 322.06 0.97 0.86
Hex FE BA E5 0 1B A 0 142 61 56
Octal 376 272 345 0 33 12 0 502 141 126
Binary 11111110 10111010 11100101 0 11011 1010 0 101000010 1100001 1010110

Color Harmonies of #FEBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAE5

Black with #FEBAE5

Text Example


Text Example

White with #FEBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAE5; }

 p { color: rgb(254,186,229); }

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

background-color css

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

 a { background-color: rgb(254,186,229); }

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

border-color css

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

 span { border-color: rgb(254,186,229); }

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