Html Css Color HEX #FCBFC9 Pink

📋 copy color: '#FCBFC9'

red 252 ◦ green 191 ◦ blue 201

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

Shades of Pink #FCBFC9

Tints of Pink #FCBFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 39.13%
G = 29.66%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCBFC9 (or 0xFCBFC9) is known color: Pink. HEX triplet: FC, BF and C9. RGB value is (252,191,201). Sum of RGB (Red+Green+Blue) = 252+191+201=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC9 is #034036. Grayscale: #D2D2D2. Windows color (decimal): -213047 or 13221884. OLE color: 13221884.

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

Color convert

RGB 252 191 201 -
CMYK 0 0.24 0.20 0.01
HSL 350.16º 0.91% 0.87% -
HSV(B) 350.16º 0.24% 0.99% -
XYZ 69.32 62.17 63.61 -
YUV 210.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 252 191 201 0 0.24 0.20 0.01 350.16 0.91 0.87
Hex FC BF C9 0 18 14 1 15E 5B 57
Octal 374 277 311 0 30 24 1 536 133 127
Binary 11111100 10111111 11001001 0 11000 10100 1 101011110 1011011 1010111

Color Harmonies of #FCBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFC9

Black with #FCBFC9

Text Example


Text Example

White with #FCBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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