Html Css Color HEX #FEBECF Pink

📋 copy color: '#FEBECF'

red 254 ◦ green 190 ◦ blue 207

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

Shades of Pink #FEBECF

Tints of Pink #FEBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.8%

R = 39.02%
G = 29.19%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEBECF (or 0xFEBECF) is known color: Pink. HEX triplet: FE, BE and CF. RGB value is (254,190,207). Sum of RGB (Red+Green+Blue) = 254+190+207=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBECF is #014130. Grayscale: #D3D3D3. Windows color (decimal): -82225 or 13614846. OLE color: 13614846.

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

Color convert

RGB 254 190 207 -
CMYK 0 0.25 0.19 0.00
HSL 344.06º 0.97% 0.87% -
HSV(B) 344.06º 0.25% 1% -
XYZ 70.55 62.4 67.36 -
YUV 211.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 254 190 207 0 0.25 0.19 0.00 344.06 0.97 0.87
Hex FE BE CF 0 19 13 0 158 61 57
Octal 376 276 317 0 31 23 0 530 141 127
Binary 11111110 10111110 11001111 0 11001 10011 0 101011000 1100001 1010111

Color Harmonies of #FEBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBECF

Black with #FEBECF

Text Example


Text Example

White with #FEBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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