Html Css Color HEX #FEBFDF Cotton Candy

📋 copy color: '#FEBFDF'

red 254 ◦ green 191 ◦ blue 223

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

Shades of Cotton Candy #FEBFDF

Tints of Cotton Candy #FEBFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.38%

R = 38.02%
G = 28.59%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEBFDF (or 0xFEBFDF) is known color: Cotton Candy. HEX triplet: FE, BF and DF. RGB value is (254,191,223). Sum of RGB (Red+Green+Blue) = 254+191+223=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDF is #014020. Grayscale: #D5D5D5. Windows color (decimal): -81953 or 14663678. OLE color: 14663678.

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

Color convert

RGB 254 191 223 -
CMYK 0 0.25 0.12 0.00
HSL 329.52º 0.97% 0.87% -
HSV(B) 329.52º 0.25% 1% -
XYZ 72.82 63.66 78.26 -
YUV 213.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 254 191 223 0 0.25 0.12 0.00 329.52 0.97 0.87
Hex FE BF DF 0 19 C 0 14A 61 57
Octal 376 277 337 0 31 14 0 512 141 127
Binary 11111110 10111111 11011111 0 11001 1100 0 101001010 1100001 1010111

Color Harmonies of #FEBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFDF

Black with #FEBFDF

Text Example


Text Example

White with #FEBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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