Html Css Color HEX #FEB2CE Cotton Candy

📋 copy color: '#FEB2CE'

red 254 ◦ green 178 ◦ blue 206

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

Shades of Cotton Candy #FEB2CE

Tints of Cotton Candy #FEB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.9%

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 39.81%
G = 27.9%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEB2CE (or 0xFEB2CE) is known color: Cotton Candy. HEX triplet: FE, B2 and CE. RGB value is (254,178,206). Sum of RGB (Red+Green+Blue) = 254+178+206=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2CE is #014D31. Grayscale: #CBCBCB. Windows color (decimal): -85298 or 13546238. OLE color: 13546238.

HSL color Cylindrical-coordinate representation of color #FEB2CE: hue angle of 337.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 206 -
CMYK 0 0.30 0.19 0.00
HSL 337.89º 0.97% 0.85% -
HSV(B) 337.89º 0.3% 1% -
XYZ 67.93 57.37 65.89 -
YUV 203.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 254 178 206 0 0.30 0.19 0.00 337.89 0.97 0.85
Hex FE B2 CE 0 1E 13 0 152 61 55
Octal 376 262 316 0 36 23 0 522 141 125
Binary 11111110 10110010 11001110 0 11110 10011 0 101010010 1100001 1010101

Color Harmonies of #FEB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2CE

Black with #FEB2CE

Text Example


Text Example

White with #FEB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2CE; }

 p { color: rgb(254,178,206); }

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

background-color css

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

 a { background-color: rgb(254,178,206); }

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

border-color css

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

 span { border-color: rgb(254,178,206); }

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