#FEBFCC

Color #FEBFCC Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEBFCC

Tints of Pink #FEBFCC

Color information

#FEBFCC (or 0xFEBFCC) is unknown color: approx Pink. HEX triplet: FE, BF and CC. RGB value is (254,191,204). Sum of RGB (Red+Green+Blue) = 254+191+204=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCC is #014033. Grayscale: #D3D3D3. Windows color (decimal): -81972 or 13418494. OLE color: 13418494.

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

Color convert

RGB254191204-
CMYK00.250.200.00
HSL347.62º96.92%87.25%-
HSV(B)347.62º24.8%99.61%-
XYZ70.462.6965.52-
YUV211.32123.87158.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 191 (75% from 255) = 29.43%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=39.14%
G=29.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419120400.250.200.00347.6296.9287.25
HexFEBFCC01914015c6157
Octal376277314031240534141127
Binary11111110101111111100110001100110100010101110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFCC; }

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

 H1.HeaderClassName
 {
   color: #FEBFCC;
 }
 .AnyTagClassName
 {
   color: #FEBFCC;
 }
</style>
background-color css

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

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

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

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

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

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