Html Css Color HEX #FEBFD6 Cotton Candy

📋 copy color: '#FEBFD6'

red 254 ◦ green 191 ◦ blue 214

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

Shades of Cotton Candy #FEBFD6

Tints of Cotton Candy #FEBFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 28.98%

 BLUE value IS 214 (83.98% from 255) = 32.47%

R = 38.54%
G = 28.98%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEBFD6 (or 0xFEBFD6) is known color: Cotton Candy. HEX triplet: FE, BF and D6. RGB value is (254,191,214). Sum of RGB (Red+Green+Blue) = 254+191+214=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD6 is #014029. Grayscale: #D4D4D4. Windows color (decimal): -81962 or 14073854. OLE color: 14073854.

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

Color convert

RGB 254 191 214 -
CMYK 0 0.25 0.16 0.00
HSL 338.1º 0.97% 0.87% -
HSV(B) 338.1º 0.25% 1% -
XYZ 71.64 63.19 72.04 -
YUV 212.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 254 191 214 0 0.25 0.16 0.00 338.1 0.97 0.87
Hex FE BF D6 0 19 10 0 152 61 57
Octal 376 277 326 0 31 20 0 522 141 127
Binary 11111110 10111111 11010110 0 11001 10000 0 101010010 1100001 1010111

Color Harmonies of #FEBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFD6

Black with #FEBFD6

Text Example


Text Example

White with #FEBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFD6; }

 p { color: rgb(254,191,214); }

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

background-color css

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

 a { background-color: rgb(254,191,214); }

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

border-color css

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

 span { border-color: rgb(254,191,214); }

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