Html Css Color HEX #FEBCD2 Cotton Candy

📋 copy color: '#FEBCD2'

red 254 ◦ green 188 ◦ blue 210

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

Shades of Cotton Candy #FEBCD2

Tints of Cotton Candy #FEBCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 38.96%
G = 28.83%
B = 32.21%

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

#FEBCD2 (or 0xFEBCD2) is known color: Cotton Candy. HEX triplet: FE, BC and D2. RGB value is (254,188,210). Sum of RGB (Red+Green+Blue) = 254+188+210=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD2 is #01432D. Grayscale: #D2D2D2. Windows color (decimal): -82734 or 13810942. OLE color: 13810942.

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

Color convert

RGB 254 188 210 -
CMYK 0 0.26 0.17 0.00
HSL 340º 0.97% 0.87% -
HSV(B) 340º 0.26% 1% -
XYZ 70.49 61.69 69.17 -
YUV 210.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 254 188 210 0 0.26 0.17 0.00 340 0.97 0.87
Hex FE BC D2 0 1A 11 0 154 61 57
Octal 376 274 322 0 32 21 0 524 141 127
Binary 11111110 10111100 11010010 0 11010 10001 0 101010100 1100001 1010111

Color Harmonies of #FEBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCD2

Black with #FEBCD2

Text Example


Text Example

White with #FEBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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