Html Css Color HEX #FEB4DB Cotton Candy

📋 copy color: '#FEB4DB'

red 254 ◦ green 180 ◦ blue 219

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

Shades of Cotton Candy #FEB4DB

Tints of Cotton Candy #FEB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.57%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 38.9%
G = 27.57%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEB4DB (or 0xFEB4DB) is known color: Cotton Candy. HEX triplet: FE, B4 and DB. RGB value is (254,180,219). Sum of RGB (Red+Green+Blue) = 254+180+219=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4DB is #014B24. Grayscale: #CECECE. Windows color (decimal): -84773 or 14398718. OLE color: 14398718.

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

Color convert

RGB 254 180 219 -
CMYK 0 0.29 0.14 0.00
HSL 328.38º 0.97% 0.85% -
HSV(B) 328.38º 0.29% 1% -
XYZ 69.98 58.83 74.68 -
YUV 206.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 254 180 219 0 0.29 0.14 0.00 328.38 0.97 0.85
Hex FE B4 DB 0 1D E 0 148 61 55
Octal 376 264 333 0 35 16 0 510 141 125
Binary 11111110 10110100 11011011 0 11101 1110 0 101001000 1100001 1010101

Color Harmonies of #FEB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4DB

Black with #FEB4DB

Text Example


Text Example

White with #FEB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4DB; }

 p { color: rgb(254,180,219); }

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

background-color css

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

 a { background-color: rgb(254,180,219); }

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

border-color css

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

 span { border-color: rgb(254,180,219); }

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