Html Css Color HEX #FECBCF Pink

📋 copy color: '#FECBCF'

red 254 ◦ green 203 ◦ blue 207

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

Shades of Pink #FECBCF

Tints of Pink #FECBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.57%

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

R = 38.25%
G = 30.57%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FECBCF (or 0xFECBCF) is known color: Pink. HEX triplet: FE, CB and CF. RGB value is (254,203,207). Sum of RGB (Red+Green+Blue) = 254+203+207=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBCF is #013430. Grayscale: #DADADA. Windows color (decimal): -78897 or 13618174. OLE color: 13618174.

HSL color Cylindrical-coordinate representation of color #FECBCF: hue angle of 355.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBCF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 207 -
CMYK 0 0.20 0.19 0.00
HSL 355.29º 0.96% 0.9% -
HSV(B) 355.29º 0.2% 1% -
XYZ 73.49 68.29 68.34 -
YUV 218.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 254 203 207 0 0.20 0.19 0.00 355.29 0.96 0.9
Hex FE CB CF 0 14 13 0 163 60 5A
Octal 376 313 317 0 24 23 0 543 140 132
Binary 11111110 11001011 11001111 0 10100 10011 0 101100011 1100000 1011010

Color Harmonies of #FECBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBCF

Black with #FECBCF

Text Example


Text Example

White with #FECBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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