Html Css Color HEX #FEBCD7 Cotton Candy

📋 copy color: '#FEBCD7'

red 254 ◦ green 188 ◦ blue 215

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

Shades of Cotton Candy #FEBCD7

Tints of Cotton Candy #FEBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.72%

R = 38.66%
G = 28.61%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEBCD7 (or 0xFEBCD7) is known color: Cotton Candy. HEX triplet: FE, BC and D7. RGB value is (254,188,215). Sum of RGB (Red+Green+Blue) = 254+188+215=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD7 is #014328. Grayscale: #D2D2D2. Windows color (decimal): -82729 or 14138622. OLE color: 14138622.

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

Color convert

RGB 254 188 215 -
CMYK 0 0.26 0.15 0.00
HSL 335.45º 0.97% 0.87% -
HSV(B) 335.45º 0.26% 1% -
XYZ 71.12 61.94 72.5 -
YUV 210.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 254 188 215 0 0.26 0.15 0.00 335.45 0.97 0.87
Hex FE BC D7 0 1A F 0 14F 61 57
Octal 376 274 327 0 32 17 0 517 141 127
Binary 11111110 10111100 11010111 0 11010 1111 0 101001111 1100001 1010111

Color Harmonies of #FEBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCD7

Black with #FEBCD7

Text Example


Text Example

White with #FEBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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