Html Css Color HEX #FEB4DE Cotton Candy

📋 copy color: '#FEB4DE'

red 254 ◦ green 180 ◦ blue 222

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

Shades of Cotton Candy #FEB4DE

Tints of Cotton Candy #FEB4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 38.72%
G = 27.44%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB4DE (or 0xFEB4DE) is known color: Cotton Candy. HEX triplet: FE, B4 and DE. RGB value is (254,180,222). Sum of RGB (Red+Green+Blue) = 254+180+222=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4DE is #014B21. Grayscale: #CECECE. Windows color (decimal): -84770 or 14595326. OLE color: 14595326.

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

Color convert

RGB 254 180 222 -
CMYK 0 0.29 0.13 0.00
HSL 325.95º 0.97% 0.85% -
HSV(B) 325.95º 0.29% 1% -
XYZ 70.38 58.99 76.78 -
YUV 206.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 254 180 222 0 0.29 0.13 0.00 325.95 0.97 0.85
Hex FE B4 DE 0 1D D 0 146 61 55
Octal 376 264 336 0 35 15 0 506 141 125
Binary 11111110 10110100 11011110 0 11101 1101 0 101000110 1100001 1010101

Color Harmonies of #FEB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4DE

Black with #FEB4DE

Text Example


Text Example

White with #FEB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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