Html Css Color HEX #FEB8D2 Cotton Candy

📋 copy color: '#FEB8D2'

red 254 ◦ green 184 ◦ blue 210

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

Shades of Cotton Candy #FEB8D2

Tints of Cotton Candy #FEB8D2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.4%

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

R = 39.2%
G = 28.4%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEB8D2 (or 0xFEB8D2) is known color: Cotton Candy. HEX triplet: FE, B8 and D2. RGB value is (254,184,210). Sum of RGB (Red+Green+Blue) = 254+184+210=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D2 is #01472D. Grayscale: #CFCFCF. Windows color (decimal): -83758 or 13809918. OLE color: 13809918.

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

Color convert

RGB 254 184 210 -
CMYK 0 0.28 0.17 0.00
HSL 337.71º 0.97% 0.86% -
HSV(B) 337.71º 0.28% 1% -
XYZ 69.65 60 68.88 -
YUV 207.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 254 184 210 0 0.28 0.17 0.00 337.71 0.97 0.86
Hex FE B8 D2 0 1C 11 0 152 61 56
Octal 376 270 322 0 34 21 0 522 141 126
Binary 11111110 10111000 11010010 0 11100 10001 0 101010010 1100001 1010110

Color Harmonies of #FEB8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8D2

Black with #FEB8D2

Text Example


Text Example

White with #FEB8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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