Html Css Color HEX #FCBFD1 Pink

📋 copy color: '#FCBFD1'

red 252 ◦ green 191 ◦ blue 209

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

Shades of Pink #FCBFD1

Tints of Pink #FCBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 29.29%

 BLUE value IS 209 (82.03% from 255) = 32.06%

R = 38.65%
G = 29.29%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBFD1 (or 0xFCBFD1) is known color: Pink. HEX triplet: FC, BF and D1. RGB value is (252,191,209). Sum of RGB (Red+Green+Blue) = 252+191+209=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD1 is #03402E. Grayscale: #D3D3D3. Windows color (decimal): -213039 or 13746172. OLE color: 13746172.

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

Color convert

RGB 252 191 209 -
CMYK 0 0.24 0.17 0.01
HSL 342.3º 0.91% 0.87% -
HSV(B) 342.3º 0.24% 0.99% -
XYZ 70.28 62.56 68.69 -
YUV 211.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 252 191 209 0 0.24 0.17 0.01 342.3 0.91 0.87
Hex FC BF D1 0 18 11 1 156 5B 57
Octal 374 277 321 0 30 21 1 526 133 127
Binary 11111100 10111111 11010001 0 11000 10001 1 101010110 1011011 1010111

Color Harmonies of #FCBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFD1

Black with #FCBFD1

Text Example


Text Example

White with #FCBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFD1; }

 p { color: rgb(252,191,209); }

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

background-color css

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

 a { background-color: rgb(252,191,209); }

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

border-color css

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

 span { border-color: rgb(252,191,209); }

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