Html Css Color HEX #FEB2D1 Cotton Candy

📋 copy color: '#FEB2D1'

red 254 ◦ green 178 ◦ blue 209

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

Shades of Cotton Candy #FEB2D1

Tints of Cotton Candy #FEB2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.61%

R = 39.63%
G = 27.77%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEB2D1 (or 0xFEB2D1) is known color: Cotton Candy. HEX triplet: FE, B2 and D1. RGB value is (254,178,209). Sum of RGB (Red+Green+Blue) = 254+178+209=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D1 is #014D2E. Grayscale: #CCCCCC. Windows color (decimal): -85295 or 13742846. OLE color: 13742846.

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

Color convert

RGB 254 178 209 -
CMYK 0 0.30 0.18 0.00
HSL 335.53º 0.97% 0.85% -
HSV(B) 335.53º 0.3% 1% -
XYZ 68.3 57.52 67.82 -
YUV 204.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 254 178 209 0 0.30 0.18 0.00 335.53 0.97 0.85
Hex FE B2 D1 0 1E 12 0 150 61 55
Octal 376 262 321 0 36 22 0 520 141 125
Binary 11111110 10110010 11010001 0 11110 10010 0 101010000 1100001 1010101

Color Harmonies of #FEB2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2D1

Black with #FEB2D1

Text Example


Text Example

White with #FEB2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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