Html Css Color HEX #FEBCE1 Cotton Candy

📋 copy color: '#FEBCE1'

red 254 ◦ green 188 ◦ blue 225

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

Shades of Cotton Candy #FEBCE1

Tints of Cotton Candy #FEBCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.19%

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

R = 38.08%
G = 28.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEBCE1 (or 0xFEBCE1) is known color: Cotton Candy. HEX triplet: FE, BC and E1. RGB value is (254,188,225). Sum of RGB (Red+Green+Blue) = 254+188+225=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCE1 is #01431E. Grayscale: #D3D3D3. Windows color (decimal): -82719 or 14793982. OLE color: 14793982.

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

Color convert

RGB 254 188 225 -
CMYK 0 0.26 0.11 0.00
HSL 326.36º 0.97% 0.87% -
HSV(B) 326.36º 0.26% 1% -
XYZ 72.45 62.47 79.47 -
YUV 211.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 254 188 225 0 0.26 0.11 0.00 326.36 0.97 0.87
Hex FE BC E1 0 1A B 0 146 61 57
Octal 376 274 341 0 32 13 0 506 141 127
Binary 11111110 10111100 11100001 0 11010 1011 0 101000110 1100001 1010111

Color Harmonies of #FEBCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCE1

Black with #FEBCE1

Text Example


Text Example

White with #FEBCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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