Html Css Color HEX #FEBDD2 Cotton Candy

📋 copy color: '#FEBDD2'

red 254 ◦ green 189 ◦ blue 210

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

Shades of Cotton Candy #FEBDD2

Tints of Cotton Candy #FEBDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.94%

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

R = 38.9%
G = 28.94%
B = 32.16%

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

#FEBDD2 (or 0xFEBDD2) is known color: Cotton Candy. HEX triplet: FE, BD and D2. RGB value is (254,189,210). Sum of RGB (Red+Green+Blue) = 254+189+210=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD2 is #01422D. Grayscale: #D2D2D2. Windows color (decimal): -82478 or 13811198. OLE color: 13811198.

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

Color convert

RGB 254 189 210 -
CMYK 0 0.26 0.17 0.00
HSL 340.62º 0.97% 0.87% -
HSV(B) 340.62º 0.26% 1% -
XYZ 70.7 62.12 69.24 -
YUV 210.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 254 189 210 0 0.26 0.17 0.00 340.62 0.97 0.87
Hex FE BD D2 0 1A 11 0 155 61 57
Octal 376 275 322 0 32 21 0 525 141 127
Binary 11111110 10111101 11010010 0 11010 10001 0 101010101 1100001 1010111

Color Harmonies of #FEBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDD2

Black with #FEBDD2

Text Example


Text Example

White with #FEBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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