#FEBFCD

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

Shades of Pink #FEBFCD

Tints of Pink #FEBFCD

Color information

#FEBFCD (or 0xFEBFCD) is unknown color: approx Pink. HEX triplet: FE, BF and CD. RGB value is (254,191,205). Sum of RGB (Red+Green+Blue) = 254+191+205=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCD is #014032. Grayscale: #D3D3D3. Windows color (decimal): -81971 or 13484030. OLE color: 13484030.

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

Color convert

RGB254191205-
CMYK00.250.190.00
HSL346.67º96.92%87.25%-
HSV(B)346.67º24.8%99.61%-
XYZ70.5262.7466.15-
YUV211.43124.37158.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=39.08%
G=29.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419120500.250.190.00346.6796.9287.25
HexFEBFCD01913015b6157
Octal376277315031230533141127
Binary11111110101111111100110101100110011010101101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFCD; }

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

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

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

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

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

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

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

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