Html Css Color HEX #FEB9CF Cotton Candy

📋 copy color: '#FEB9CF'

red 254 ◦ green 185 ◦ blue 207

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

Shades of Cotton Candy #FEB9CF

Tints of Cotton Candy #FEB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.64%

 BLUE value IS 207 (81.25% from 255) = 32.04%

R = 39.32%
G = 28.64%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEB9CF (or 0xFEB9CF) is known color: Cotton Candy. HEX triplet: FE, B9 and CF. RGB value is (254,185,207). Sum of RGB (Red+Green+Blue) = 254+185+207=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9CF is #014630. Grayscale: #D0D0D0. Windows color (decimal): -83505 or 13613566. OLE color: 13613566.

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

Color convert

RGB 254 185 207 -
CMYK 0 0.27 0.19 0.00
HSL 340.87º 0.97% 0.86% -
HSV(B) 340.87º 0.27% 1% -
XYZ 69.48 60.27 67 -
YUV 208.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 254 185 207 0 0.27 0.19 0.00 340.87 0.97 0.86
Hex FE B9 CF 0 1B 13 0 155 61 56
Octal 376 271 317 0 33 23 0 525 141 126
Binary 11111110 10111001 11001111 0 11011 10011 0 101010101 1100001 1010110

Color Harmonies of #FEB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9CF

Black with #FEB9CF

Text Example


Text Example

White with #FEB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9CF; }

 p { color: rgb(254,185,207); }

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

background-color css

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

 a { background-color: rgb(254,185,207); }

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

border-color css

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

 span { border-color: rgb(254,185,207); }

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