Html Css Color HEX #FEBBCF Pink

📋 copy color: '#FEBBCF'

red 254 ◦ green 187 ◦ blue 207

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

Shades of Pink #FEBBCF

Tints of Pink #FEBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.86%

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

R = 39.2%
G = 28.86%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEBBCF (or 0xFEBBCF) is known color: Pink. HEX triplet: FE, BB and CF. RGB value is (254,187,207). Sum of RGB (Red+Green+Blue) = 254+187+207=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBCF is #014430. Grayscale: #D1D1D1. Windows color (decimal): -82993 or 13614078. OLE color: 13614078.

HSL color Cylindrical-coordinate representation of color #FEBBCF: hue angle of 342.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBCF is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 207 -
CMYK 0 0.26 0.19 0.00
HSL 342.09º 0.97% 0.86% -
HSV(B) 342.09º 0.26% 1% -
XYZ 69.91 61.12 67.14 -
YUV 209.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 254 187 207 0 0.26 0.19 0.00 342.09 0.97 0.86
Hex FE BB CF 0 1A 13 0 156 61 56
Octal 376 273 317 0 32 23 0 526 141 126
Binary 11111110 10111011 11001111 0 11010 10011 0 101010110 1100001 1010110

Color Harmonies of #FEBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBCF

Black with #FEBBCF

Text Example


Text Example

White with #FEBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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