Html Css Color HEX #FEBED4 Cotton Candy

📋 copy color: '#FEBED4'

red 254 ◦ green 190 ◦ blue 212

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

Shades of Cotton Candy #FEBED4

Tints of Cotton Candy #FEBED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.96%

 BLUE value IS 212 (83.2% from 255) = 32.32%

R = 38.72%
G = 28.96%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEBED4 (or 0xFEBED4) is known color: Cotton Candy. HEX triplet: FE, BE and D4. RGB value is (254,190,212). Sum of RGB (Red+Green+Blue) = 254+190+212=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED4 is #01412B. Grayscale: #D3D3D3. Windows color (decimal): -82220 or 13942526. OLE color: 13942526.

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

Color convert

RGB 254 190 212 -
CMYK 0 0.25 0.17 0.00
HSL 339.38º 0.97% 0.87% -
HSV(B) 339.38º 0.25% 1% -
XYZ 71.17 62.65 70.63 -
YUV 211.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 254 190 212 0 0.25 0.17 0.00 339.38 0.97 0.87
Hex FE BE D4 0 19 11 0 153 61 57
Octal 376 276 324 0 31 21 0 523 141 127
Binary 11111110 10111110 11010100 0 11001 10001 0 101010011 1100001 1010111

Color Harmonies of #FEBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBED4

Black with #FEBED4

Text Example


Text Example

White with #FEBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBED4; }

 p { color: rgb(254,190,212); }

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

background-color css

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

 a { background-color: rgb(254,190,212); }

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

border-color css

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

 span { border-color: rgb(254,190,212); }

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