Html Css Color HEX #FABFCA Pink

📋 copy color: '#FABFCA'

red 250 ◦ green 191 ◦ blue 202

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

Shades of Pink #FABFCA

Tints of Pink #FABFCA

RGB

 RED value IS 250 (98.05% from 255) = 38.88%

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

 BLUE value IS 202 (79.3% from 255) = 31.42%

R = 38.88%
G = 29.7%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FABFCA (or 0xFABFCA) is known color: Pink. HEX triplet: FA, BF and CA. RGB value is (250,191,202). Sum of RGB (Red+Green+Blue) = 250+191+202=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCA is #054035. Grayscale: #D1D1D1. Windows color (decimal): -344118 or 13287418. OLE color: 13287418.

HSL color Cylindrical-coordinate representation of color #FABFCA: hue angle of 348.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFCA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 191 202 -
CMYK 0 0.24 0.19 0.02
HSL 348.81º 0.86% 0.86% -
HSV(B) 348.81º 0.24% 0.98% -
XYZ 68.72 61.85 64.19 -
YUV 209.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 250 191 202 0 0.24 0.19 0.02 348.81 0.86 0.86
Hex FA BF CA 0 18 13 2 15D 56 56
Octal 372 277 312 0 30 23 2 535 126 126
Binary 11111010 10111111 11001010 0 11000 10011 10 101011101 1010110 1010110

Color Harmonies of #FABFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFCA

Black with #FABFCA

Text Example


Text Example

White with #FABFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFCA; }

 p { color: rgb(250,191,202); }

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

background-color css

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

 a { background-color: rgb(250,191,202); }

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

border-color css

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

 span { border-color: rgb(250,191,202); }

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