Html Css Color HEX #FEBBD6 Cotton Candy

📋 copy color: '#FEBBD6'

red 254 ◦ green 187 ◦ blue 214

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

Shades of Cotton Candy #FEBBD6

Tints of Cotton Candy #FEBBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.55%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 38.78%
G = 28.55%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEBBD6 (or 0xFEBBD6) is known color: Cotton Candy. HEX triplet: FE, BB and D6. RGB value is (254,187,214). Sum of RGB (Red+Green+Blue) = 254+187+214=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD6 is #014429. Grayscale: #D2D2D2. Windows color (decimal): -82986 or 14072830. OLE color: 14072830.

HSL color Cylindrical-coordinate representation of color #FEBBD6: hue angle of 335.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBD6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 214 -
CMYK 0 0.26 0.16 0.00
HSL 335.82º 0.97% 0.86% -
HSV(B) 335.82º 0.26% 1% -
XYZ 70.78 61.47 71.75 -
YUV 210.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 254 187 214 0 0.26 0.16 0.00 335.82 0.97 0.86
Hex FE BB D6 0 1A 10 0 150 61 56
Octal 376 273 326 0 32 20 0 520 141 126
Binary 11111110 10111011 11010110 0 11010 10000 0 101010000 1100001 1010110

Color Harmonies of #FEBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBD6

Black with #FEBBD6

Text Example


Text Example

White with #FEBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBD6; }

 p { color: rgb(254,187,214); }

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

background-color css

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

 a { background-color: rgb(254,187,214); }

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

border-color css

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

 span { border-color: rgb(254,187,214); }

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