Html Css Color HEX #FCBECC Pink

📋 copy color: '#FCBECC'

red 252 ◦ green 190 ◦ blue 204

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

Shades of Pink #FCBECC

Tints of Pink #FCBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.58%

R = 39.01%
G = 29.41%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCBECC (or 0xFCBECC) is known color: Pink. HEX triplet: FC, BE and CC. RGB value is (252,190,204). Sum of RGB (Red+Green+Blue) = 252+190+204=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECC is #034133. Grayscale: #D2D2D2. Windows color (decimal): -213300 or 13418236. OLE color: 13418236.

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

Color convert

RGB 252 190 204 -
CMYK 0 0.25 0.19 0.01
HSL 346.45º 0.91% 0.87% -
HSV(B) 346.45º 0.25% 0.99% -
XYZ 69.46 61.88 65.41 -
YUV 210.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 252 190 204 0 0.25 0.19 0.01 346.45 0.91 0.87
Hex FC BE CC 0 19 13 1 15A 5B 57
Octal 374 276 314 0 31 23 1 532 133 127
Binary 11111100 10111110 11001100 0 11001 10011 1 101011010 1011011 1010111

Color Harmonies of #FCBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBECC

Black with #FCBECC

Text Example


Text Example

White with #FCBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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