Html Css Color HEX #FEBFDC Cotton Candy

📋 copy color: '#FEBFDC'

red 254 ◦ green 191 ◦ blue 220

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

Shades of Cotton Candy #FEBFDC

Tints of Cotton Candy #FEBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 38.2%
G = 28.72%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEBFDC (or 0xFEBFDC) is known color: Cotton Candy. HEX triplet: FE, BF and DC. RGB value is (254,191,220). Sum of RGB (Red+Green+Blue) = 254+191+220=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDC is #014023. Grayscale: #D5D5D5. Windows color (decimal): -81956 or 14467070. OLE color: 14467070.

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

Color convert

RGB 254 191 220 -
CMYK 0 0.25 0.13 0.00
HSL 332.38º 0.97% 0.87% -
HSV(B) 332.38º 0.25% 1% -
XYZ 72.42 63.5 76.15 -
YUV 213.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 254 191 220 0 0.25 0.13 0.00 332.38 0.97 0.87
Hex FE BF DC 0 19 D 0 14C 61 57
Octal 376 277 334 0 31 15 0 514 141 127
Binary 11111110 10111111 11011100 0 11001 1101 0 101001100 1100001 1010111

Color Harmonies of #FEBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFDC

Black with #FEBFDC

Text Example


Text Example

White with #FEBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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