Html Css Color HEX #FEBCD4 Cotton Candy

📋 copy color: '#FEBCD4'

red 254 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #FEBCD4

Tints of Cotton Candy #FEBCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 38.84%
G = 28.75%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEBCD4 (or 0xFEBCD4) is known color: Cotton Candy. HEX triplet: FE, BC and D4. RGB value is (254,188,212). Sum of RGB (Red+Green+Blue) = 254+188+212=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD4 is #01432B. Grayscale: #D2D2D2. Windows color (decimal): -82732 or 13942014. OLE color: 13942014.

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

Color convert

RGB 254 188 212 -
CMYK 0 0.26 0.17 0.00
HSL 338.18º 0.97% 0.87% -
HSV(B) 338.18º 0.26% 1% -
XYZ 70.74 61.79 70.49 -
YUV 210.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 254 188 212 0 0.26 0.17 0.00 338.18 0.97 0.87
Hex FE BC D4 0 1A 11 0 152 61 57
Octal 376 274 324 0 32 21 0 522 141 127
Binary 11111110 10111100 11010100 0 11010 10001 0 101010010 1100001 1010111

Color Harmonies of #FEBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCD4

Black with #FEBCD4

Text Example


Text Example

White with #FEBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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