Html Css Color HEX #FEBCD0 Cotton Candy

📋 copy color: '#FEBCD0'

red 254 ◦ green 188 ◦ blue 208

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

Shades of Cotton Candy #FEBCD0

Tints of Cotton Candy #FEBCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32%

R = 39.08%
G = 28.92%
B = 32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEBCD0 (or 0xFEBCD0) is known color: Cotton Candy. HEX triplet: FE, BC and D0. RGB value is (254,188,208). Sum of RGB (Red+Green+Blue) = 254+188+208=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD0 is #01432F. Grayscale: #D2D2D2. Windows color (decimal): -82736 or 13679870. OLE color: 13679870.

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

Color convert

RGB 254 188 208 -
CMYK 0 0.26 0.18 0.00
HSL 341.82º 0.97% 0.87% -
HSV(B) 341.82º 0.26% 1% -
XYZ 70.24 61.59 67.86 -
YUV 210.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 254 188 208 0 0.26 0.18 0.00 341.82 0.97 0.87
Hex FE BC D0 0 1A 12 0 156 61 57
Octal 376 274 320 0 32 22 0 526 141 127
Binary 11111110 10111100 11010000 0 11010 10010 0 101010110 1100001 1010111

Color Harmonies of #FEBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCD0

Black with #FEBCD0

Text Example


Text Example

White with #FEBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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