Html Css Color HEX #FCBCCF Pink

📋 copy color: '#FCBCCF'

red 252 ◦ green 188 ◦ blue 207

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

Shades of Pink #FCBCCF

Tints of Pink #FCBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.06%

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

R = 38.95%
G = 29.06%
B = 31.99%

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

#FCBCCF (or 0xFCBCCF) is known color: Pink. HEX triplet: FC, BC and CF. RGB value is (252,188,207). Sum of RGB (Red+Green+Blue) = 252+188+207=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCCF is #034330. Grayscale: #D1D1D1. Windows color (decimal): -213809 or 13614332. OLE color: 13614332.

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

Color convert

RGB 252 188 207 -
CMYK 0 0.25 0.18 0.01
HSL 342.19º 0.91% 0.86% -
HSV(B) 342.19º 0.25% 0.99% -
XYZ 69.39 61.17 67.18 -
YUV 209.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 252 188 207 0 0.25 0.18 0.01 342.19 0.91 0.86
Hex FC BC CF 0 19 12 1 156 5B 56
Octal 374 274 317 0 31 22 1 526 133 126
Binary 11111100 10111100 11001111 0 11001 10010 1 101010110 1011011 1010110

Color Harmonies of #FCBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCCF

Black with #FCBCCF

Text Example


Text Example

White with #FCBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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