Html Css Color HEX #FEBCD5 Cotton Candy

📋 copy color: '#FEBCD5'

red 254 ◦ green 188 ◦ blue 213

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

Shades of Cotton Candy #FEBCD5

Tints of Cotton Candy #FEBCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 38.78%
G = 28.7%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEBCD5 (or 0xFEBCD5) is known color: Cotton Candy. HEX triplet: FE, BC and D5. RGB value is (254,188,213). Sum of RGB (Red+Green+Blue) = 254+188+213=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD5 is #01432A. Grayscale: #D2D2D2. Windows color (decimal): -82731 or 14007550. OLE color: 14007550.

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

Color convert

RGB 254 188 213 -
CMYK 0 0.26 0.16 0.00
HSL 337.27º 0.97% 0.87% -
HSV(B) 337.27º 0.26% 1% -
XYZ 70.87 61.84 71.15 -
YUV 210.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 254 188 213 0 0.26 0.16 0.00 337.27 0.97 0.87
Hex FE BC D5 0 1A 10 0 151 61 57
Octal 376 274 325 0 32 20 0 521 141 127
Binary 11111110 10111100 11010101 0 11010 10000 0 101010001 1100001 1010111

Color Harmonies of #FEBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCD5

Black with #FEBCD5

Text Example


Text Example

White with #FEBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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