Html Css Color HEX #FCBECF Pink

📋 copy color: '#FCBECF'

red 252 ◦ green 190 ◦ blue 207

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

Shades of Pink #FCBECF

Tints of Pink #FCBECF

RGB

 RED value IS 252 (98.83% from 255) = 38.83%

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

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

R = 38.83%
G = 29.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCBECF (or 0xFCBECF) is known color: Pink. HEX triplet: FC, BE and CF. RGB value is (252,190,207). Sum of RGB (Red+Green+Blue) = 252+190+207=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECF is #034130. Grayscale: #D2D2D2. Windows color (decimal): -213297 or 13614844. OLE color: 13614844.

HSL color Cylindrical-coordinate representation of color #FCBECF: hue angle of 343.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBECF is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 207 -
CMYK 0 0.25 0.18 0.01
HSL 343.55º 0.91% 0.87% -
HSV(B) 343.55º 0.25% 0.99% -
XYZ 69.82 62.03 67.32 -
YUV 210.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 252 190 207 0 0.25 0.18 0.01 343.55 0.91 0.87
Hex FC BE CF 0 19 12 1 158 5B 57
Octal 374 276 317 0 31 22 1 530 133 127
Binary 11111100 10111110 11001111 0 11001 10010 1 101011000 1011011 1010111

Color Harmonies of #FCBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBECF

Black with #FCBECF

Text Example


Text Example

White with #FCBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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