Html Css Color HEX #FEBAE6 Cotton Candy

📋 copy color: '#FEBAE6'

red 254 ◦ green 186 ◦ blue 230

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

Shades of Cotton Candy #FEBAE6

Tints of Cotton Candy #FEBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.33%

R = 37.91%
G = 27.76%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEBAE6 (or 0xFEBAE6) is known color: Cotton Candy. HEX triplet: FE, BA and E6. RGB value is (254,186,230). Sum of RGB (Red+Green+Blue) = 254+186+230=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAE6 is #014519. Grayscale: #D3D3D3. Windows color (decimal): -83226 or 15121150. OLE color: 15121150.

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

Color convert

RGB 254 186 230 -
CMYK 0 0.27 0.09 0.00
HSL 321.18º 0.97% 0.86% -
HSV(B) 321.18º 0.27% 1% -
XYZ 72.71 61.9 82.98 -
YUV 211.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 254 186 230 0 0.27 0.09 0.00 321.18 0.97 0.86
Hex FE BA E6 0 1B 9 0 141 61 56
Octal 376 272 346 0 33 11 0 501 141 126
Binary 11111110 10111010 11100110 0 11011 1001 0 101000001 1100001 1010110

Color Harmonies of #FEBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAE6

Black with #FEBAE6

Text Example


Text Example

White with #FEBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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